JuliaPy / PythonPlot.jl

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

3D plots/subplots #4

Closed PaulSoderlind closed 2 years ago

PaulSoderlind commented 2 years ago

Just to have it recorded: https://github.com/JuliaPy/PyPlot.jl/issues/532#issuecomment-936126035 applies to PythonPlot.jl too

Otherwise, some experimenting suggests that PythonPlot.jl works very nicely. It's a bit picky about the backends (have not yet managed to get qt5 working, although I don't have problems with that on PyPlot.jl)

stevengj commented 2 years ago

Please open a separate issue about the qt5 backend. (Note that PyPlot.jl automatically installs pyqt5 for you if you want this backend, whereas PythonPlot does not.)