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