Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
grouped_bar#16110
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
grouped_bar#16110
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Thanks for the interest in matplotlib.
Pyplot is a wrapper around axes methods.
Matplotlib operates on numpy arrays, so we can’t depend on pandas.
Indeed, having a function for plotting grouped barplot (possibly stacked bars as well) would be desireable. An attempt, designing an API for such usecase can be found in#11048. Potentially this could be taken up again. |
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 seems like a function that belongs in Pandas (i.e., one of itsDataFrame.plot.*
methods).
I'll close, but thanks for the contribution@himankjn |
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
PR Checklist