Skip to content

Commit

Permalink
Ignore unused plotly tools
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed May 9, 2024
1 parent 89f9b25 commit 3fddac5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions scdata/test/plot/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions scdata/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3fddac5

Please sign in to comment.