JuliaPy / PythonPlot.jl

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

modernize API somewhat #2

Closed stevengj closed 2 years ago

stevengj commented 2 years ago

Get rid of some type piracy by exporting pltshow etcetera instead of pirating show (which was perhaps acceptable for PyPlot in 2013, but nowadays is bad manners for a package).

Also export pyplot instead of plt.