PythonPlot.jl
PythonPlot.jl copied to clipboard
`pyplot.stairs()`?
Would be useful to plot Julia histograms!
https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.stairs.html#matplotlib.pyplot.stairs
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.