From 522d0db63937ee1133fedb2c899567aefea7d8c5 Mon Sep 17 00:00:00 2001 From: Chris Parmer Date: Fri, 29 Nov 2019 16:38:22 -0500 Subject: [PATCH] Update colorscales.md --- python/colorscales.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/colorscales.md b/python/colorscales.md index 6047b32b9..abf7d4719 100644 --- a/python/colorscales.md +++ b/python/colorscales.md @@ -252,7 +252,9 @@ fig.add_trace(go.Contour( fig.show() ``` -### Custom Colorbar +### Custom Colorbar Title, Labels, and Ticks + +Like axes, you can customize the colorbar ticks, labels, and values with `ticks`, `ticktext`, and `tickvals`. ```python import plotly.graph_objects as go