1{{ header }}
2
3.. _api.plotting:
4
5========
6Plotting
7========
8.. currentmodule:: pandas.plotting
9
10The following functions are contained in the ``pandas.plotting`` module.
11
12.. autosummary::
13   :toctree: api/
14
15   andrews_curves
16   autocorrelation_plot
17   bootstrap_plot
18   boxplot
19   deregister_matplotlib_converters
20   lag_plot
21   parallel_coordinates
22   plot_params
23   radviz
24   register_matplotlib_converters
25   scatter_matrix
26   table
27