File: plotting.rst

package info (click to toggle)
pandas 1.1.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 47,284 kB
  • sloc: python: 292,793; ansic: 8,591; sh: 608; makefile: 94
file content (26 lines) | stat: -rw-r--r-- 433 bytes parent folder | download
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