glue-viz / glue-plotly

Experimental plot.ly plugin for glue
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

Update `get_cmap` import location for matplotlib 3.9 #66

Closed Carifio24 closed 5 months ago

Carifio24 commented 5 months ago

We're seeing CI failures due to the removal of matplotlib.get_cmap in matplotlib 3.9 (see the release notes here). We should update to account for this.