DOC: replaced step with stairs in basic plot types - #26233
Conversation
|
I should probably have looked at the plot before I pushed… |
Co-authored-by: Maria Malykh <mmalykh@matplotlib-dev-srv.ru-central1.internal>
story645
left a comment
There was a problem hiding this comment.
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
giterror 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