Skip to content

Commit 51350bc

Browse files
mehemkenharisbal
authored and
harisbal
committed
DOC: added plotting module to the api reference docs (pandas-dev#19780)
1 parent 4ea1508 commit 51350bc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

doc/source/api.rst

+12-4
Original file line numberDiff line numberDiff line change
@@ -2388,15 +2388,23 @@ Style Export and Import
23882388
Styler.to_excel
23892389

23902390
Plotting
2391-
~~~~~~~~
2391+
--------
23922392

2393-
.. currentmodule:: pandas
2393+
.. currentmodule:: pandas.plotting
2394+
2395+
The following functions are contained in the `pandas.plotting` module.
23942396

23952397
.. autosummary::
23962398
:toctree: generated/
23972399

2398-
plotting.register_matplotlib_converters
2399-
plotting.deregister_matplotlib_converters
2400+
andrews_curves
2401+
bootstrap_plot
2402+
deregister_matplotlib_converters
2403+
lag_plot
2404+
parallel_coordinates
2405+
radviz
2406+
register_matplotlib_converters
2407+
scatter_matrix
24002408

24012409
.. currentmodule:: pandas
24022410

0 commit comments

Comments
 (0)