We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809f920 commit bdf969cCopy full SHA for bdf969c
pandas/plotting/_misc.py
@@ -359,7 +359,7 @@ def parallel_coordinates(
359
--------
360
>>> from matplotlib import pyplot as plt
361
>>> df = pd.read_csv('https://raw.github.com/pandas-dev/pandas/master'
362
- '/pandas/tests/data/csv/iris.csv')
+ '/pandas/tests/data/iris.csv')
363
>>> pd.plotting.parallel_coordinates(
364
df, 'Name',
365
color=('#556270', '#4ECDC4', '#C7F464'))
0 commit comments