-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
Return Boxplot Instance #985
Comments
Consider it a done deal |
Ah, great. Might we also want the axes returned too in this case? It doesn't look like they are from just a quick look. |
possibly. what do you think it should return from a grid of boxplots? |
Hmm. A list of lists (or array, or dataframe) containing dicts? If it's |
Yeah. Of course on the other hand I think it's absurd how much code is required to do the customization in the linked matplotlib gallery plot, and wonder if perhaps building a better abstraction is in order |
True. I don't think it would be too much work to add a few kwargs to ax.boxplot in matplotlib either. |
I saw that @wesm was doing a bit of a plotting refactor. One thing that might be nice is to optionally return the Boxplot dict from matplotlib for df.boxplot. It makes it easier to do ex post styling. See: http://matplotlib.sourceforge.net/examples/pylab_examples/boxplot_demo2.html
The text was updated successfully, but these errors were encountered: