File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -1871,9 +1871,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
1871
1871
pandas.core.groupby.SeriesGroupBy.first\
1872
1872
pandas.core.groupby.SeriesGroupBy.last\
1873
1873
pandas.core.window.expanding.Expanding.aggregate\
1874
- pandas.core.window.rolling.Rolling.aggregate\
1875
- pandas.plotting.bootstrap_plot\
1876
- pandas.plotting.radviz # There should be no backslash in the final line, please keep this comment in the last ignored function
1874
+ pandas.core.window.rolling.Rolling.aggregate # There should be no backslash in the final line, please keep this comment in the last ignored function
1877
1875
RET=$(( $RET + $? )) ; echo $MSG " DONE"
1878
1876
1879
1877
fi
Original file line number Diff line number Diff line change @@ -278,10 +278,11 @@ def radviz(
278
278
Returns
279
279
-------
280
280
:class:`matplotlib.axes.Axes`
281
+ The Axes object from Matplotlib.
281
282
282
283
See Also
283
284
--------
284
- pandas. plotting.andrews_curves : Plot clustering visualization.
285
+ plotting.andrews_curves : Plot clustering visualization.
285
286
286
287
Examples
287
288
--------
@@ -431,8 +432,8 @@ def bootstrap_plot(
431
432
432
433
See Also
433
434
--------
434
- pandas. DataFrame.plot : Basic plotting for DataFrame objects.
435
- pandas. Series.plot : Basic plotting for Series objects.
435
+ DataFrame.plot : Basic plotting for DataFrame objects.
436
+ Series.plot : Basic plotting for Series objects.
436
437
437
438
Examples
438
439
--------
You can’t perform that action at this time.
0 commit comments