pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

ListedColormap: don't pass N colors #9811

Open mathause opened 10 hours ago

mathause commented 10 hours ago

matplotlib/matplotlib#29135 deprecated passing N to ListedColormap. This PR avoids the deprecation warnings once the new matplotlib version is released.

mathause commented 10 hours ago

That's actually also mentioned in #9810 (maybe because internal warnings now error?)

mathause commented 2 hours ago

remaining failures are unrelated