JuliaPy / PyPlot.jl

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

Proplot #479

Open briochemc opened 4 years ago

briochemc commented 4 years ago

Not sure this should be an issue here, but here we go.

Proplot is a comprehensive matplotlib wrapper for making beautiful, publication-quality graphics. Is it be possible to include proplot in PyPlot? Or maybe this would require its own separate package? (I don't think I have the skills to make that...)

Please close this issue if too far off-topic.

natgeo-wong commented 4 years ago

second this, and this would be a huge boost to plotting/mapping for Geosciences in Julia.

briochemc commented 4 years ago

For what it's worth, I started translating the ProPlot examples to Julia in JuliaProPlotExamples using only PyCall.jl. It's actually easier than I thought, but yes, a ProPlot wrapper as nice as PyPlot, or even better a ProPlot-powered PyPlot, would be a great addition IMHO.