Skip to content

DataFrame.plot docstring missing a few parameters #32738

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
tdpetrou opened this issue Mar 15, 2020 · 7 comments
Closed

DataFrame.plot docstring missing a few parameters #32738

tdpetrou opened this issue Mar 15, 2020 · 7 comments
Assignees
Labels

Comments

@tdpetrou
Copy link
Contributor

Looking at the plot accessor docstring, it's missing

  • ax
  • subplots
  • sharex
  • sharey
  • secondary_y
  • sort_columns

Maybe others.

Also would be nice to have documentation of all parameters for all the accessor methods i.e. df.plot.bar.

@loudlemon
Copy link
Contributor

take

@loudlemon
Copy link
Contributor

Hi @tdpetrou
Apart from those, just one missing parameter

  • stacked

And as for the accessor's methods parameters, seems to be well documented. Did you mean documenting parameters like figsize, title or legend in every accessor method?

@charlesdong1991
Copy link
Member

thanks for taking this @loudlemon

just FYI, missing stacked docs is mentioned in #32759 and being taken care of by #33337

@loudlemon
Copy link
Contributor

@charlesdong1991
all right, thanks!
I suppose there is no need in closing the issue in this thread?

@charlesdong1991
Copy link
Member

yeah, still feel free to work on it! @loudlemon
I just saw you mention stacked is also missing, so leave this message to avoid repeated work.

@crisza26
Copy link

Is there anything I can help with?

@charlesdong1991
Copy link
Member

thanks @crisza26 , but it seems there is a PR about this issue already #33596

Feel free to look around other issues!

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

5 participants