diff --git a/doc/python/colorscales.md b/doc/python/colorscales.md index 61e84314d4..a3a9a50871 100644 --- a/doc/python/colorscales.md +++ b/doc/python/colorscales.md @@ -157,7 +157,7 @@ fig.show() ### Explicitly Constructing a Color scale -The Plotly Express `color_continuous_scale` argument accepts explicitly-constructed color scales as well: +The Plotly Express `color_continuous_scale` argument accepts explicitly-constructed color scales as well. There is an equivalent graph objects example using its [colorscale parameter below.](#custom-heatmap-color-scale-with-graph-objects) ```python import plotly.express as px