8000 Update colorscales.md · plotly/plotly.py-docs@522d0db · GitHub
[go: up one dir, main page]

Skip to content

Commit 522d0db

Browse files
authored
Update colorscales.md
1 parent 4878298 commit 522d0db

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
```python
258260
import plotly.graph_objects as go

0 commit comments

Comments
 (0)
0