Skip to content

Commit

Permalink
Triggering doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
gyli committed Jun 7, 2022
1 parent 45facc3 commit 56434f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/block_colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fig = plt.figure(

Another method to change block colors is passing [Colormap](https://matplotlib.org/stable/gallery/color/colormap_reference.html) to parameter `cmap_name`, which sets colors in batch.

> **_NOTE:_** Sequential colormaps do not work with PyWaffle. Only Qualitative colormaps are supported, including `Pastel1`, `Pastel2`, `Paired`, `Accent`, `Dark2`, `Set1`, `Set2`, `Set3`, `tab10`, `tab20`, `tab20b`, `tab20c`. See the list and color examples in [Colormaps in Matplotlib](https://matplotlib.org/stable/tutorials/colors/colormaps.html#qualitative).
> **_NOTE:_** Sequential colormaps does not work with PyWaffle. Only Qualitative colormaps are supported, including `Pastel1`, `Pastel2`, `Paired`, `Accent`, `Dark2`, `Set1`, `Set2`, `Set3`, `tab10`, `tab20`, `tab20b`, `tab20c`. See the list and color examples in [Colormaps in Matplotlib](https://matplotlib.org/stable/tutorials/colors/colormaps.html#qualitative).
```python
fig = plt.figure(
Expand Down

0 comments on commit 56434f8

Please sign in to comment.