yt-project / yt_idv

Interactive volume rendering for yt
Other
8 stars 6 forks source link

Don't use deprecated matplotlib.cm.get_cmap. #118

Closed anntzer closed 4 weeks ago

anntzer commented 4 weeks ago

pyplot.get_cmap provides the desired API and is compatible across all versions of matplotlib.

See https://github.com/matplotlib/matplotlib/issues/28349.