Arcadia-Science / arcadia-pycolor

tools for using the Arcadia palette in Python
MIT License
3 stars 0 forks source link

Add support for matplotlib 3.9 #27

Closed keithchev closed 1 week ago

keithchev commented 3 weeks ago

There are several breaking changes in 3.9 including the removal of matplotlib.pyplot.register_cmap and cm.get_cmap. See here.

mezarque commented 1 week ago

Resolved by #32