-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
feat: StepPatch to take array as baseline #18511
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
08af034
to
378ac3d
Compare
Actually it seems I misunderstood the sticky behaviour. When no edges are shown (aka |
40c2435
to
dc202b4
Compare
7ef7931
to
b367d82
Compare
This |
b367d82
to
dc202b4
Compare
@QuLogic Alright, I'll save it for a follow up PR |
I am not sure why the docs didn't run. |
dc202b4
to
855e25b
Compare
bump? |
3634e6e
to
088d672
Compare
Alright, this is cleaned up and should be ready pending #18579 |
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.
This looks great. Thanks! Couple of small nits, and as always don't hesitate to ping if this doesn't move in the next couple of days
1d20bb2
to
dd8b071
Compare
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.
I think this looks good. Should be squashed before merging....
b74ca0c
to
998c648
Compare
Thanks @andrzejnovak! |
PR Summary
Follow up PR to #18275 enabling an array as a baseline, useful for plotting stacked histograms. Disabling edge around the StepPatch by default.
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
andpydocstyle<4
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).