JuliaPy / PyPlot.jl

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

Fix 3d subplot overwriting #548

Closed stevengj closed 2 years ago

stevengj commented 2 years ago

Fixes #532, closes #545. Port of https://github.com/stevengj/PythonPlot.jl/pull/5.

Also updates the CI to use github actions.

stevengj commented 2 years ago

Unrelated CI failure on Ubuntu (matplotlib is not installed, since it is using the system python3 there).