Showing content from https://github.com/pandas-dev/pandas/issues/9610 below:
hist plot secondary-y doesn't work · Issue #9610 · pandas-dev/pandas · GitHub
Skip to content Navigation Menu
Saved searches Use saved searches to filter your results more quickly
Sign up 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 Additional navigation options
BUG: hist plot secondary-y doesn't work #9610
Description
The labels overlap
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.AxesSubplot at 0x10938f6a0>
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4