Skip to content

Commit 4566850

Browse files
datapythonistaTomAugspurger
authored andcommitted
DOC: Add missing public plotting functions to the docs (#28179)
* DOC: Add missing public plotting functions to the docs
1 parent 9cb5de0 commit 4566850

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/source/reference/plotting.rst

+4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ The following functions are contained in the `pandas.plotting` module.
1313
:toctree: api/
1414

1515
andrews_curves
16+
autocorrelation_plot
1617
bootstrap_plot
18+
boxplot
1719
deregister_matplotlib_converters
1820
lag_plot
1921
parallel_coordinates
22+
plot_params
2023
radviz
2124
register_matplotlib_converters
2225
scatter_matrix
26+
table

pandas/plotting/_misc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ def autocorrelation_plot(series, ax=None, **kwds):
417417
418418
Parameters
419419
----------
420-
series: Time series
421-
ax: Matplotlib axis object, optional
420+
series : Time series
421+
ax : Matplotlib axis object, optional
422422
kwds : keywords
423423
Options to pass to matplotlib plotting method
424424

0 commit comments

Comments
 (0)