-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Labels
Description
Description
The latest docs have error in Colormaps section https://proplot.readthedocs.io/en/latest/colormaps.html#
Steps to reproduce
A "Minimal, Complete and Verifiable Example" will make it much easier for maintainers to help you.
import proplot as pplt
fig, axs = pplt.show_cmaps(rasterize=True)Expected behavior: [What you expected to happen]
List of included colormaps
Actual behavior: [What actually happened]
TypeError: '>=' not supported between instances of 'list' and 'float'