File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/python/plotly/plotly/figure_factory Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def _bullet(
3535 horizontal_spacing = 1.0 / num_of_lanes
3636 if not vertical_spacing :
3737 vertical_spacing = 1.0 / num_of_lanes
38- fig = plotly .tools .make_subplots (
38+ fig = plotly .subplots .make_subplots (
3939 num_of_rows ,
4040 num_of_cols ,
4141 print_grid = False ,
Original file line number Diff line number Diff line change 66import plotly .colors as clrs
77from plotly .figure_factory import utils
88from plotly .graph_objs import graph_objs
9- from plotly .tools import make_subplots
9+ from plotly .subplots import make_subplots
1010
1111pd = optional_imports .get_module ("pandas" )
1212
Original file line number Diff line number Diff line change 55from plotly import exceptions , optional_imports
66import plotly .colors as clrs
77from plotly .graph_objs import graph_objs
8- from plotly .tools import make_subplots
8+ from plotly .subplots import make_subplots
99
1010pd = optional_imports .get_module ("pandas" )
1111np = optional_imports .get_module ("numpy" )
You can’t perform that action at this time.
0 commit comments