Skip to content

Commit

Permalink
DOC: added plotting module to the api reference docs (#19780)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehemken authored and jreback committed Feb 22, 2018
1 parent 4ed8313 commit aa68c06
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2388,15 +2388,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

0 comments on commit aa68c06

Please sign in to comment.