Skip to content

Commit 1039bd9

Browse files
DOC: fix RT03,SA01 for pandas.plotting.andrews_curves (#60759)
1 parent f95558f commit 1039bd9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ci/code_checks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
8383
-i "pandas.core.groupby.SeriesGroupBy.plot PR02" \
8484
-i "pandas.core.resample.Resampler.quantile PR01,PR07" \
8585
-i "pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
86-
-i "pandas.plotting.andrews_curves RT03,SA01" \
8786
-i "pandas.tseries.offsets.BDay PR02,SA01" \
8887
-i "pandas.tseries.offsets.BQuarterBegin.is_on_offset GL08" \
8988
-i "pandas.tseries.offsets.BQuarterBegin.n GL08" \

pandas/plotting/_misc.py

+6
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,12 @@ def andrews_curves(
389389
Returns
390390
-------
391391
:class:`matplotlib.axes.Axes`
392+
The matplotlib Axes object with the plot.
393+
394+
See Also
395+
--------
396+
plotting.parallel_coordinates : Plot parallel coordinates chart.
397+
DataFrame.plot : Make plots of Series or DataFrame.
392398
393399
Examples
394400
--------

0 commit comments

Comments
 (0)