|
247 | 247 | "list of str", |
248 | 248 | "Strings should define valid CSS-colors.", |
249 | 249 | "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`.", |
251 | 251 | ], |
252 | 252 | color_discrete_map=[ |
253 | 253 | "dict with str keys and str values (default `{}`)", |
|
259 | 259 | "list of str", |
260 | 260 | "Strings should define valid CSS-colors", |
261 | 261 | "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`.", |
263 | 263 | ], |
264 | 264 | color_continuous_midpoint=[ |
265 | 265 | "number (default `None`)", |
266 | 266 | "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`.", |
268 | 268 | ], |
269 | 269 | size_max=["int (default `20`)", "Set the maximum mark size when using `size`."], |
270 | 270 | log_x=[ |
|
0 commit comments