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

log=True bar plots are raising with mpl 1.2.1 #3254

Closed
ghost opened this issue Apr 3, 2013 · 5 comments
Closed

log=True bar plots are raising with mpl 1.2.1 #3254

ghost opened this issue Apr 3, 2013 · 5 comments
Labels
Testing pandas testing functions or related to the test suite Visualization plotting
Milestone

Comments

@ghost
Copy link

ghost commented Apr 3, 2013

Commited today in #3247 looks like a regression from mpl 1.2.0.

xref:matplotlib/matplotlib#1882

@ghost
Copy link
Author

ghost commented Apr 3, 2013

disabled failing test in fc355b1, revert the revert when the mpl issues is resolved.

@tacaswell
Copy link
Contributor

A work around is to specify the bottom kwarg explicitly. There is a PR to fix it as well.

PR: matplotlib/matplotlib#1889

@ghost
Copy link
Author

ghost commented Apr 9, 2013

see my comment there, why are you working around a regression instead of reversing
the changed behaviour? that will cause inconsistent behaviour across mpl versions.

@tacaswell
Copy link
Contributor

There is PR to fix the regression, but if you want to patch your code to work right now there is a way to by pass the problematic block in a way that will be valid no matter what.

@ghost
Copy link
Author

ghost commented Apr 9, 2013

yes please. what is it?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite Visualization plotting
Projects
None yet
Development

No branches or pull requests

1 participant