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
df.plot.bar(stacked=True) df.plot(kind='bar', stacked=True)
There is a keyword argument to create a stacked bar graph. This kwarg is not documented anywhere in the Pandas documentation.
The documentations for the methods df.plot.bar and df.plot should include a description of the kwd stacked
df.plot.bar
df.plot
stacked
Pandas 1.0.1
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
This issue was fixed by a keyword description added in PR #33596 and an example added in PR #33337 .
Successfully merging a pull request may close this issue.
Code Sample, a copy-pastable example if possible
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
anddf.plot
should include a description of the kwdstacked
Version
Pandas 1.0.1
The text was updated successfully, but these errors were encountered: