JuliaPy / PythonPlot.jl

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

`pyplot.stairs()`? #41

Open gipert opened 3 weeks ago

gipert commented 3 weeks ago

Would be useful to plot Julia histograms!

https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.stairs.html#matplotlib.pyplot.stairs

stevengj commented 3 weeks ago

Note that you can already access this by plt.stairs ; for histograms there is also hist.

But I agree that it might be useful to add a separate exported function for this.