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

off-center grid in case of stacked bar plot #2157

Closed
lodagro opened this issue Nov 1, 2012 · 1 comment
Closed

off-center grid in case of stacked bar plot #2157

lodagro opened this issue Nov 1, 2012 · 1 comment
Labels
Milestone

Comments

@lodagro
Copy link
Contributor

lodagro commented Nov 1, 2012

from mailing list

df = DataFrame({'A' : [3] * 5, 'B' : range(5)}, index = range(5))
df.plot(kind='bar', stacked='True', grid=True)

example image

@changhiskhan
Copy link
Contributor

did some digging and looks like need different xtick offset depending on whether bar plot is stacked or not...need to work towards a more comprehensive plotting API at some point.

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

2 participants