You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
n [1]: df = pd.Series([1, 2, 3], index=['a', 'b', 'c'])
In [2]: df.index.name = 'The Index'
In [5]: df.plot(use_index=False)
Out[5]: <matplotlib.axes._subplots.AxesSubplot at 0x10b1a1438>