Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion python/colorscales.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down