File: plotting.rst

package info (click to toggle)
pandas 2.2.3%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 66,784 kB
  • sloc: python: 422,228; ansic: 9,190; sh: 270; xml: 102; makefile: 83
file content (26 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{{ header }}

.. _api.plotting:

========
Plotting
========
.. currentmodule:: pandas.plotting

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

.. autosummary::
   :toctree: api/

   andrews_curves
   autocorrelation_plot
   bootstrap_plot
   boxplot
   deregister_matplotlib_converters
   lag_plot
   parallel_coordinates
   plot_params
   radviz
   register_matplotlib_converters
   scatter_matrix
   table