Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

grouped_bar #16110

wants to merge 1 commit into from

Conversation

himankjn
Copy link

@himankjn himankjn commented Jan 5, 2020

PR Summary

PR Checklist

  • New features are documented, with examples if plot related

Copy link
Member

@jklymak jklymak left a 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.

@ImportanceOfBeingErnest
Copy link
Member

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.

Copy link
Member

@QuLogic QuLogic left a 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 its DataFrame.plot.* methods).

@jklymak
Copy link
Member

jklymak commented Apr 23, 2021

I'll close, but thanks for the contribution @himankjn

@jklymak jklymak closed this Apr 23, 2021
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.

4 participants