8000 :boom: Merge pull request #221 from plotly/chriddyp-patch-3 · plotly/plotly.py-docs@78aa26a · GitHub
[go: up one dir, main page]

Skip to content

Commit 78aa26a

Browse files
authored
💥 Merge pull request #221 from plotly/chriddyp-patch-3
Make custom colorscale title example more descriptive
2 parents 4878298 + 522d0db commit 78aa26a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/colorscales.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ fig.add_trace(go.Contour(
252252
fig.show()
253253
```
254254

255-
### Custom Colorbar
255+
### Custom Colorbar Title, Labels, and Ticks
256+
257+
Like axes, you can customize the colorbar ticks, labels, and values with `ticks`, `ticktext`, and `tickvals`.
256258

257259
3CBD ```python
258260
import plotly.graph_objects as go

0 commit comments

Comments
 (0)
0