Skip to content
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

BUG: Fix boxplots with manual confidence intervals passed as a numpy array #2447

Merged
merged 2 commits into from Sep 30, 2013

Conversation

phobson
Copy link
Member

@phobson phobson commented Sep 20, 2013

main stuff

Basically, I had some of the user input validation logic incorrect for numpy arrays of confidence intervals on the boxplots. This is a very minor fix, with a test and baseline image.

Some of my tests are failing on something to do with fonts -- unrelated, AFAIK, to this PR. See:
https://gist.github.com/phobson/6643701

I think that might be triggering a Travis failure too.

Hopefully this can sneak in before 1.3.1.

unimport stuff

Looking down the road a bit, I would like to propose splitting up axes.boxplot into two method:

  • one for the user to feed in some data, and get a graphs
  • a second to draw a single boxplot onto an `axes object.

The idea here is that the first, high-level method calls the second. The second method allows users to place the elements of the boxplot where ever they want. But that's neither here nor there.

@mdboom
Copy link
Member

mdboom commented Sep 30, 2013

Sorry -- I'm just seeing your comment now about sneaking this in before 1.3.1, so I never tagged it for that milestone.

This looks fine, so I'm going to merge. It may just make it into 1.3.2 :)

mdboom added a commit that referenced this pull request Sep 30, 2013
BUG: Fix boxplots with manual confidence intervals passed as a numpy array
@mdboom mdboom merged commit 5dce348 into matplotlib:v1.3.x Sep 30, 2013
@phobson
Copy link
Member Author

phobson commented Sep 30, 2013

thanks @mdboom !

@phobson phobson deleted the bug-boxplots-with-manual-CIarray branch September 30, 2013 21:04
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.

None yet

2 participants