Skip to content

Commit b0c4194

Browse files
DOC: fix SA01 for pandas.plotting.plot_params (pandas-dev#58885)
1 parent 84dab89 commit b0c4194

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ci/code_checks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
478478
-i "pandas.plotting.autocorrelation_plot RT03,SA01" \
479479
-i "pandas.plotting.lag_plot RT03,SA01" \
480480
-i "pandas.plotting.parallel_coordinates PR07,RT03,SA01" \
481-
-i "pandas.plotting.plot_params SA01" \
482481
-i "pandas.plotting.scatter_matrix PR07,SA01" \
483482
-i "pandas.plotting.table PR07,RT03,SA01" \
484483
-i "pandas.qcut PR07,SA01" \

pandas/plotting/_misc.py

+8
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,14 @@ class _Options(dict):
617617
the same as the plot function parameters, but is stored in a canonical
618618
format that makes it easy to breakdown into groups later.
619619
620+
See Also
621+
--------
622+
plotting.register_matplotlib_converters : Register pandas formatters and
623+
converters with matplotlib.
624+
plotting.bootstrap_plot : Bootstrap plot on mean, median and mid-range statistics.
625+
plotting.autocorrelation_plot : Autocorrelation plot for time series.
626+
plotting.lag_plot : Lag plot for time series.
627+
620628
Examples
621629
--------
622630

0 commit comments

Comments
 (0)