Closed PauBadiaM closed 5 months ago
Hi @Mr-Milk,
Just letting you know that with the recent matplotlib == 3.9.0 they have deprecated the method get_cmap, see here, which makes the function get_colormap fail: https://github.com/Marsilea-viz/marsilea/blob/main/src/marsilea/utils.py#L71
matplotlib == 3.9.0
get_cmap
get_colormap
Thanks for reporting this, I will make a new hot-fix release in the next few days.
Hi @Mr-Milk,
Just letting you know that with the recent
matplotlib == 3.9.0
they have deprecated the methodget_cmap
, see here, which makes the functionget_colormap
fail: https://github.com/Marsilea-viz/marsilea/blob/main/src/marsilea/utils.py#L71