-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: replaced step with stairs in basic plot types #26233
New issue
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
Conversation
I should probably have looked at the plot before I pushed… |
Co-authored-by: Maria Malykh <mmalykh@matplotlib-dev-srv.ru-central1.internal>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great as is, but how do you feel about adding a little pointer to step too -
Kinda like how pcolormesh has a little descriptor https://matplotlib.org/devdocs/plot_types/arrays/pcolormesh.html#sphx-glr-plot-types-arrays-pcolormesh-py
I’m struggling to come up with words for what to say about |
I think the note on that step demo is kinda the point - step if you know mids, stairs if you know edges. Also you're welcome to self merge w/o my note & I can put in a follow on. |
Thanks I think I’ll do that… |
by replacing step with stairs (follow-up to matplotlib#26233) and replacing the second step entry with the fill_between basic plot
PR summary
Rebase of #25924 which seems to have stalled. I couldn't push directly to their branch - maybe because it's main? The
git
error was a bit cryptic.Closes #25924, closes #22277. The original PR also linked #23204, though that discussion is rather more involved than just step vs stairs.
PR checklist