Skip to content

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

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

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

StefRe
Copy link
Contributor

@StefRe StefRe commented Jul 16, 2022

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.

…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 mroeschke added the Visualization plotting label Jul 18, 2022
@mroeschke mroeschke added this to the 1.5 milestone Jul 18, 2022
@mroeschke mroeschke merged commit f9346a6 into pandas-dev:main Jul 18, 2022
@mroeschke
Copy link
Member

Thanks @StefRe

@StefRe StefRe deleted the fix/secondary_y_label branch July 19, 2022 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Set y-axis label, limits and ticks for a secondary y-axis
2 participants