File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ def andrews_curves(
412
412
>>> df = pd.read_csv(
413
413
... "https://raw.githubusercontent.com/pandas-dev/"
414
414
... "pandas/main/pandas/tests/io/data/csv/iris.csv"
415
- ... )
415
+ ... ) # doctest: +SKIP
416
416
>>> pd.plotting.andrews_curves(df, "Name") # doctest: +SKIP
417
417
"""
418
418
plot_backend = _get_plot_backend ("matplotlib" )
@@ -551,7 +551,7 @@ def parallel_coordinates(
551
551
>>> df = pd.read_csv(
552
552
... "https://raw.githubusercontent.com/pandas-dev/"
553
553
... "pandas/main/pandas/tests/io/data/csv/iris.csv"
554
- ... )
554
+ ... ) # doctest: +SKIP
555
555
>>> pd.plotting.parallel_coordinates(
556
556
... df, "Name", color=("#556270", "#4ECDC4", "#C7F464")
557
557
... ) # doctest: +SKIP
You can’t perform that action at this time.
0 commit comments