We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyplot.stairs()
Would be useful to plot Julia histograms!
https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.stairs.html#matplotlib.pyplot.stairs
The text was updated successfully, but these errors were encountered:
Note that you can already access this by plt.stairs ; for histograms there is also hist.
plt.stairs
hist
But I agree that it might be useful to add a separate exported function for this.
Sorry, something went wrong.
No branches or pull requests
Would be useful to plot Julia histograms!
https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.stairs.html#matplotlib.pyplot.stairs
The text was updated successfully, but these errors were encountered: