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

DOC: added plotting module to the api reference docs #19780

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2378,15 +2378,23 @@ Style Export and Import
Styler.to_excel

Plotting
~~~~~~~~
--------

.. currentmodule:: pandas
.. currentmodule:: pandas.plotting

The following functions are contained in the `pandas.plotting` module.

.. autosummary::
:toctree: generated/

plotting.register_matplotlib_converters
plotting.deregister_matplotlib_converters
andrews_curves
bootstrap_plot
deregister_matplotlib_converters
lag_plot
parallel_coordinates
radviz
register_matplotlib_converters
scatter_matrix

.. currentmodule:: pandas

Expand Down