File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ jupyter:
41
41
Many Plotly Express functions accept a ` color_continuous_scale ` argument and many trace
42
42
types have a ` colorscale ` attribute in their schema. Plotly comes with a large number of
43
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.
44
+ either by name in a case-insensitive string e.g. ` px.scatter(color_continuous_scale ="Viridis" ` ) or by reference e.g.
45
45
` go.Scatter(marker_colorscale=plotly.colors.sequential.Viridis) ` . They can also be reversed by adding ` _r ` at the end
46
46
e.g. ` "Viridis_r" ` or ` plotly.colors.sequential.Viridis_r ` .
47
47
You can’t perform that action at this time.
0 commit comments