We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
log=True
bar
Series.plot()
The text was updated successfully, but these errors were encountered:
This should be fixed in git master now, can you try it out? (d82e5aa)
Sorry, something went wrong.
Fixed, thanks!
No branches or pull requests
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
tobar
, as in this SO answer, but when I addlog=True
as a kwarg toSeries.plot()
, it doesn't fix the problem.The text was updated successfully, but these errors were encountered: