Skip to content

keyword stacked for bar plots not documented anywhere. #32759

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
joooeey opened this issue Mar 16, 2020 · 2 comments · Fixed by #33337
Closed

keyword stacked for bar plots not documented anywhere. #32759

joooeey opened this issue Mar 16, 2020 · 2 comments · Fixed by #33337
Labels

Comments

@joooeey
Copy link
Contributor

joooeey commented Mar 16, 2020

Code Sample, a copy-pastable example if possible

df.plot.bar(stacked=True)
df.plot(kind='bar', stacked=True)

Problem description

There is a keyword argument to create a stacked bar graph. This kwarg is not documented anywhere in the Pandas documentation.

Expected Output

The documentations for the methods df.plot.bar and df.plot should include a description of the kwd stacked

Version

Pandas 1.0.1

@joybh98
Copy link
Contributor

joybh98 commented Mar 20, 2020

take

@joooeey
Copy link
Contributor Author

joooeey commented May 9, 2020

This issue was fixed by a keyword description added in PR #33596 and an example added in PR #33337 .

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.

3 participants