You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was trying to plot some results with the Scatter visualization function, but I got the following error:
I found this "issue" Re-add matplotlib.cm.get_cmap from matplotlib: matplotlib/matplotlib#28355
Replacing self.cmap = matplotlib.cm.get_cmap(cmap) by self.cmap = plt.get_cmap(cmap) in the Plot.init() function solved my problem. I just wanted to point out this issue with the latest version of matplotlib (3.9)
The text was updated successfully, but these errors were encountered:
Hi,

I was trying to plot some results with the Scatter visualization function, but I got the following error:
I found this "issue" Re-add matplotlib.cm.get_cmap from matplotlib: matplotlib/matplotlib#28355
Replacing self.cmap = matplotlib.cm.get_cmap(cmap) by self.cmap = plt.get_cmap(cmap) in the Plot.init() function solved my problem. I just wanted to point out this issue with the latest version of matplotlib (3.9)
The text was updated successfully, but these errors were encountered: