Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/source/reference/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ The following functions are contained in the `pandas.plotting` module.
: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
4 changes: 2 additions & 2 deletions pandas/plotting/_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ def autocorrelation_plot(series, ax=None, **kwds):

Parameters
----------
series: Time series
ax: Matplotlib axis object, optional
series : Time series
ax : Matplotlib axis object, optional
kwds : keywords
Options to pass to matplotlib plotting method

Expand Down