Skip to content

Commit

Permalink
Move sample_colorscale reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed May 9, 2024
1 parent fa0e5fd commit 4b4109f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dimes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DimensionalPlot,
DisplayData,
DimensionalData,
sample_colorscale,
)
from .timeseries import TimeSeriesPlot, TimeSeriesData
from .griddeddata import GridAxis, GridPointData, RegularGridData
from plotly.colors import sample_colorscale
2 changes: 0 additions & 2 deletions dimes/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

from plotly.graph_objects import Figure, Scatter # type: ignore

from plotly.express.colors import sample_colorscale

import koozie


Expand Down

0 comments on commit 4b4109f

Please sign in to comment.