We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# No limits - both labels are visible p = (ggplot() + geom_label(aes(y=[10]), label="Data y=10") + geom_label(label="Const y=13", y = 13) ) p
# y-axis is limited : "Const y=13" should not be visible. p + ylim(10, 10)
This produces the same plot (shown above) even though label "Const y=13" is now beyond the scale limits.
The text was updated successfully, but these errors were encountered:
In image geom pass xmin..ymax via parameters (was via mappings). …
xmin
ymax
ac22aa7
…Update python tests. Fix #618, #619.
completed in ac22aa7
Sorry, something went wrong.
No branches or pull requests
This produces the same plot (shown above) even though label "Const y=13" is now beyond the scale limits.
The text was updated successfully, but these errors were encountered: