proplot-dev / proplot

🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
https://proplot.readthedocs.io
MIT License
1.11k stars 102 forks source link

Plotting stuff example gives `ValueError' #356

Closed chenyulue closed 1 year ago

chenyulue commented 2 years ago

I'm learning proplot according to the documents. When trying Plotting stuff example, it gives a ValueError: DiscreteNorm is not invertible.

My maplotlib and proplot version are as follows:

In [1]: matplotlib.__version__
Out[1]: '3.5.1'

In [2]: pplt.__version__
Out[2]: '0.9.5.post301'

I'm not sure whether this is related to the incompatibility with matplotlib of version 3.5.1.

lukelbd commented 1 year ago

Seems this error is fixed (but not sure where/when). You might have been using a "dev" version that accidentally included a new bug.