Skip to content

Commit d5ac1bd

Browse files
authored
Merge pull request #5333 from rl-utility-man/patch-20
added a cross reference to creating a custom color scale in graph objects
2 parents e4d7b77 + cdb6822 commit d5ac1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/python/colorscales.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ fig.show()
157157

158158
### Explicitly Constructing a Color scale
159159

160-
The Plotly Express `color_continuous_scale` argument accepts explicitly-constructed color scales as well:
160+
The Plotly Express `color_continuous_scale` argument accepts explicitly-constructed color scales as well. There is an equivalent graph objects example using the `colorscale` parameter [below](#custom-heatmap-color-scale-with-graph-objects).
161161

162162
```python
163163
import plotly.express as px

0 commit comments

Comments
 (0)