Skip to content

grouped_bar#16110

Closed
himankjn wants to merge 1 commit intomatplotlib:masterfrom
himankjn:my-feature
Closed

grouped_bar#16110
himankjn wants to merge 1 commit intomatplotlib:masterfrom
himankjn:my-feature

Conversation

@himankjn
Copy link
Copy Markdown

@himankjn himankjn commented Jan 5, 2020

PR Summary

PR Checklist

  • New features are documented, with examples if plot related

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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