JuliaPy / PythonPlot.jl

Plotting for Julia based on matplotlib.pyplot
MIT License
74 stars 8 forks source link

Pin matplotlib version used #33

Closed BeastyBlacksmith closed 10 months ago

BeastyBlacksmith commented 10 months ago

Is there a way to pin the matplotlib version used?

stevengj commented 10 months ago

That's something you would manage with https://github.com/JuliaPy/CondaPkg.jl (or whatever method you used to install Python).