We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 09928f1 + f124392 commit bb77a28Copy full SHA for bb77a28
doc/python/builtin-colorscales.md
@@ -41,7 +41,7 @@ jupyter:
41
Many Plotly Express functions accept a `color_continuous_scale` argument and many trace
42
types have a `colorscale` attribute in their schema. Plotly comes with a large number of
43
built-in continuous color scales, which can be referred to in Python code when setting the above arguments,
44
-either by name in a case-insensitive string e.g. `px.scatter(continuous_color_scale="Viridis"`) or by reference e.g.
+either by name in a case-insensitive string e.g. `px.scatter(color_continuous_scale="Viridis"`) or by reference e.g.
45
`go.Scatter(marker_colorscale=plotly.colors.sequential.Viridis)`. They can also be reversed by adding `_r` at the end
46
e.g. `"Viridis_r"` or `plotly.colors.sequential.Viridis_r`.
47
0 commit comments