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
In [1]: df=pd.DataFrame(np.random.randn(30, 4), columns=list('abcd'))
In [2]: ax=df.a.plot(legend=True)
In [3]: df.b.plot(ax=ax, legend=True)
Out[3]: <matplotlib.axes._subplots.AxesSubplotat0x10938f6a0>
Activity
TomAugspurger commentedon Mar 7, 2015
Actually not specific to
hist
.sinhrks commentedon Apr 5, 2015
After #9812: Because the code above seems to be different, I've used following code: