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 scale on bar chart hides bars #3247

Closed
gjx opened this issue Apr 3, 2013 · 2 comments
Closed

Log scale on bar chart hides bars #3247

gjx opened this issue Apr 3, 2013 · 2 comments
Labels
Milestone

Comments

@gjx
Copy link

gjx commented Apr 3, 2013

When I try use log scales on a bar plot in pandas, the area of the bar disappears. Example in this ipynb

I think the answer is to pass log=True to bar, as in this SO answer, but when I add log=True as a kwarg to Series.plot(), it doesn't fix the problem.

@ghost
Copy link

ghost commented Apr 3, 2013

This should be fixed in git master now, can you try it out? (d82e5aa)

@gjx
Copy link
Author

gjx commented Apr 3, 2013

Fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant