Skip to content
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