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
2 changes: 1 addition & 1 deletion docs/colormaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Color((0.8941, 0.102, 0.1098))
This also works well when using an array as input

```python
c(np.arange(16 % c.num_colors))
c(np.arange(16) % c.num_colors)
```

which returns the cycled RGBA color values in an array output
Expand Down