Closed dahlend closed 3 months ago
Hi,
It appears that matplotlib deprecated the get_cmap function several version back, which is breaking plotting.
get_cmap
https://github.com/desihub/speclite/blob/da26fc7503a0ecb1a92eb688b6bf59719303051a/speclite/filters.py#L1994
See, the following matplotlib issue: https://github.com/matplotlib/matplotlib/issues/28349
Thanks!
Hi,
It appears that matplotlib deprecated the
get_cmap
function several version back, which is breaking plotting.https://github.com/desihub/speclite/blob/da26fc7503a0ecb1a92eb688b6bf59719303051a/speclite/filters.py#L1994
See, the following matplotlib issue: https://github.com/matplotlib/matplotlib/issues/28349
Thanks!