Skip to content

BUG: Set y-axis label, limits and ticks for a secondary y-axis #47753

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
StefRe opened this issue Jul 16, 2022 · 0 comments · Fixed by #47754
Closed
3 tasks done

BUG: Set y-axis label, limits and ticks for a secondary y-axis #47753

StefRe opened this issue Jul 16, 2022 · 0 comments · Fixed by #47754
Labels
Bug Needs Triage Issue that has not been reviewed by a pandas team member

Comments

@StefRe
Copy link
Contributor

StefRe commented Jul 16, 2022

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

import pandas as pd

pd.DataFrame([1, 2]).plot(secondary_y=True, ylabel="Y", ylim=(0, 3), yticks=[1, 2])

Issue Description

ylabel, ylim and yticks are not set on secondary axis
secondary_y_old

Expected Behavior

ylabel, ylim and yticks are set on secondary axis
secondary_y_new

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

@StefRe StefRe added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Jul 16, 2022
StefRe added a commit to StefRe/pandas that referenced this issue Jul 16, 2022
…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.
mroeschke pushed a commit that referenced this issue Jul 18, 2022
… (#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Needs Triage Issue that has not been reviewed by a pandas team member
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant