JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
469 stars 85 forks source link

Update deprecated colormap APIs #583

Closed henry2004y closed 2 weeks ago

henry2004y commented 1 month ago

Trying to fix #582 by using the new APIs in Matplotlib 3.9 (which was deprecated since 3.6). I am not sure is the wrapper functions on the PyPlot side should also be renamed. I have not tested this locally since I don't know how to smoothly switch matplotlib versions without affecting my current environment...

henry2004y commented 2 weeks ago

Minor bump:) Are we satisfied with this, or more tweaks/tests are required?

stevengj commented 2 weeks ago

Probably PythonPlot.jl needs a similar PR?

henry2004y commented 2 weeks ago

Do we need to release a patch soon since this is affecting the usage of PyPlot.jl with Matplotlib 3.9?