Skip to content

Commit 2f4f6a8

Browse files
DOC: fix RT03,SA01 for pandas.plotting.andrews_curves
1 parent 1bb264c commit 2f4f6a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
8484
-i "pandas.core.groupby.SeriesGroupBy.plot PR02" \
8585
-i "pandas.core.resample.Resampler.quantile PR01,PR07" \
8686
-i "pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
87-
-i "pandas.plotting.andrews_curves RT03,SA01" \
8887
-i "pandas.tseries.offsets.BDay PR02,SA01" \
8988
-i "pandas.tseries.offsets.BQuarterBegin.is_on_offset GL08" \
9089
-i "pandas.tseries.offsets.BQuarterBegin.n GL08" \

pandas/plotting/_misc.py

Lines changed: 6 additions & 0 deletions
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)