Skip to content

grouped_bar#16110

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

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

Conversation

@himankjn

@himankjn himankjn commented Jan 5, 2020

Copy link
Copy Markdown

PR Summary

PR Checklist

  • New features are documented, with examples if plot related

@jklymak jklymak left a comment

Copy link
Copy Markdown
Member

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.

@QuLogic QuLogic left a comment

Copy link
Copy Markdown
Member

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

jklymak commented Apr 23, 2021

Copy link
Copy Markdown
Member

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