Skip to content

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

Closed
@StefRe

Description

@StefRe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions