From b68c2cd98ea41c15da16c9837f4cca96a12a823d Mon Sep 17 00:00:00 2001 From: Rob Letzler <22990670+rl-utility-man@users.noreply.github.com> Date: Fri, 22 Aug 2025 20:19:57 -0400 Subject: [PATCH] added a cross reference --- doc/python/colorscales.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/colorscales.md b/doc/python/colorscales.md index 61e84314d4d..a3a9a508716 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