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
…s-dev#47753)
When passing secondary_y=True to a plotting function, a second axes with a
y-axis on the right side is created. Passing ylabel, ylim or yticks changed
these properties of the original invisible left y-axis, not the secondary
y-axis.
… (#47754)
When passing secondary_y=True to a plotting function, a second axes with a
y-axis on the right side is created. Passing ylabel, ylim or yticks changed
these properties of the original invisible left y-axis, not the secondary
y-axis.
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
ylabel, ylim and yticks are not set on secondary axis

Expected Behavior
ylabel, ylim and yticks are set on secondary axis

Installed Versions
INSTALLED VERSIONS
commit : 0b8d8bb
python : 3.10.5.final.0
python-bits : 64
OS : Linux
OS-release : 5.15.48-1-lts
Version : #1 SMP Thu, 16 Jun 2022 13:32:35 +0000
machine : x86_64
processor :
byteorder : little
LC_ALL : None
LANG : de_DE.UTF-8
LOCALE : de_DE.UTF-8
pandas : 1.5.0.dev0+1147.g0b8d8bbcc1.dirty
numpy : 1.23.1
pytz : 2022.1
dateutil : 2.8.2
setuptools : 58.1.0
pip : 22.1.2
Cython : 0.29.30
pytest : 7.1.2
hypothesis : 6.50.1
sphinx : 5.0.2
blosc : 1.10.6
feather : None
xlsxwriter : 3.0.3
lxml.etree : 4.9.1
html5lib : 1.1
pymysql : 1.0.2
psycopg2 : 2.9.3
jinja2 : 3.1.2
IPython : 8.4.0
pandas_datareader: 0.10.0
bs4 : 4.11.1
bottleneck : 1.3.5
brotli :
fastparquet : 0.8.1
fsspec : 2022.5.0
gcsfs : 2022.5.0
matplotlib : 3.5.2
numba : None
numexpr : 2.8.3
odfpy : None
openpyxl : 3.0.10
pandas_gbq : 0.17.7
pyarrow : 8.0.0
pyreadstat : 1.1.9
pyxlsb : 1.0.9
s3fs : 2022.5.0
scipy : 1.8.1
snappy :
sqlalchemy : 1.4.39
tables : 3.7.0
tabulate : 0.8.10
xarray : 2022.3.0
xlrd : 2.0.1
xlwt : 1.3.0
zstandard : 0.18.0
The text was updated successfully, but these errors were encountered: