Skip to content

PLT: add the ability to turn off the horizontal line at y = 0 generated by plot(kind='bar') #7128

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

Closed
cpcloud opened this issue May 14, 2014 · 0 comments · Fixed by #9122
Closed
Labels
Milestone

Comments

@cpcloud
Copy link
Member

cpcloud commented May 14, 2014

s = Series(np.random.choice(list('abcde'), size=(1000)))
ax = s.value_counts().plot(kind='bar')
ax.set_ylim(-10, 250)
plt.gcf().savefig('asdf.png')

asdf

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

Successfully merging a pull request may close this issue.

2 participants