diff --git a/scdata/test/plot/__init__.py b/scdata/test/plot/__init__.py index a41d01f2..a9495e2a 100644 --- a/scdata/test/plot/__init__.py +++ b/scdata/test/plot/__init__.py @@ -1,11 +1,11 @@ from .ts_plot import ts_plot -from .ts_iplot import ts_iplot +# from .ts_iplot import ts_iplot from scdata._config import config if config._ipython_avail: from .ts_uplot import ts_uplot from .ts_dispersion_uplot import ts_dispersion_uplot from .scatter_plot import scatter_plot -from .scatter_iplot import scatter_iplot +# from .scatter_iplot import scatter_iplot from .ts_scatter import ts_scatter from .heatmap_plot import heatmap_plot from .heatmap_iplot import heatmap_iplot diff --git a/scdata/test/test.py b/scdata/test/test.py index a0c1ed91..8010ad43 100644 --- a/scdata/test/test.py +++ b/scdata/test/test.py @@ -23,9 +23,10 @@ class Test(BaseModel): - from .plot import (ts_plot, ts_iplot, device_metric_map, path_plot, - scatter_plot, scatter_iplot, ts_scatter, - heatmap_plot, heatmap_iplot, + from .plot import (ts_plot, device_metric_map, path_plot, + scatter_plot, ts_scatter, + ts_iplot, scatter_iplot, heatmap_iplot, + heatmap_plot, box_plot, ts_dendrogram, ts_dispersion_plot, ts_dispersion_grid, scatter_dispersion_grid)