Skip to content

Commit 9584fba

Browse files
remove references to old name
1 parent 79f09fa commit 9584fba

File tree

1 file changed

+3
-3
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+3
-3
lines changed

packages/python/plotly/plotly/express/_doc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"list of str",
248248
"Strings should define valid CSS-colors.",
249249
"When `color` is set and the values in the corresponding column are not numeric, values in that column are assigned colors by cycling through `color_discrete_sequence` in the order described in `category_orders`, unless the value of `color` is a key in `color_discrete_map`.",
250-
"Various useful color sequences are available in the `plotly_express.colors` submodules, specifically `plotly_express.colors.qualitative`.",
250+
"Various useful color sequences are available in the `plotly.express.colors` submodules, specifically `plotly.express.colors.qualitative`.",
251251
],
252252
color_discrete_map=[
253253
"dict with str keys and str values (default `{}`)",
@@ -259,12 +259,12 @@
259259
"list of str",
260260
"Strings should define valid CSS-colors",
261261
"This list is used to build a continuous color scale when the column denoted by `color` contains numeric data.",
262-
"Various useful color scales are available in the `plotly_express.colors` submodules, specifically `plotly_express.colors.sequential`, `plotly_express.colors.diverging` and `plotly_express.colors.cyclical`.",
262+
"Various useful color scales are available in the `plotly.express.colors` submodules, specifically `plotly.express.colors.sequential`, `plotly.express.colors.diverging` and `plotly.express.colors.cyclical`.",
263263
],
264264
color_continuous_midpoint=[
265265
"number (default `None`)",
266266
"If set, computes the bounds of the continuous color scale to have the desired midpoint.",
267-
"Setting this value is recommended when using `plotly_express.colors.diverging` color scales as the inputs to `color_continuous_scale`.",
267+
"Setting this value is recommended when using `plotly.express.colors.diverging` color scales as the inputs to `color_continuous_scale`.",
268268
],
269269
size_max=["int (default `20`)", "Set the maximum mark size when using `size`."],
270270
log_x=[

0 commit comments

Comments
 (0)