Skip to content
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

Fix ax arg being ignored by plot_stack() #339

Merged

Conversation

meliache
Copy link
Contributor

The ax-argument in plot_stack wasn't given to the internally called histplot function and then ax was overwritten with the axis in the return value of histplot. Instead, the argument should be forwarded.

@henryiii
Copy link
Member

This was already done in #338, but I like contributions. ❤️ Let's merge this then #338 will be more focused on other unrelated fixes.

@henryiii henryiii merged commit c4efdc6 into scikit-hep:main Nov 12, 2021
@meliache meliache deleted the bugfix/fix-ax-arg-ignored-by-stack-plot branch November 12, 2021 17:56
@meliache
Copy link
Contributor Author

Thanks for the quick reaction and for merging this PR instead of #338, adding a changelog entry and adding me to the contributors for a duplicate effort 😅. Next time I'll take better care to check existing PR's and issues before contributing (and maybe create an issue before doing the PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants