JuliaPy / PyPlot.jl

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

how to tell what backend PyPlot thinks it is using #491

Closed lewisl closed 4 years ago

lewisl commented 4 years ago

Really a need for complete API documentation.

lewisl commented 4 years ago

Never mind: it's PyPlot.backend

Still, the mapping from PyPlot to matplotlib has change--for the better--but it is still a bit tricky to figure these things out.

Maybe just a mapping guide so that the matplotlib docs could be used more easily,