Skip to content
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

error message should be displaying ymin and ymax instead of ymin and ymin #5342

Closed
sunroofgod opened this issue Jun 29, 2023 · 1 comment
Closed

Comments

@sunroofgod
Copy link

I found a problem with an error message that I received whilst plotting a custom Geom object with position = "stack".

Unfortunately, i'm currently unable to replicate the code that I ran to obtain the error message but on line 259 of R/position-stack.R, it should be

"Stacking requires either the {.field ymin} {.emph and} {.field ymax} or the {.field y} aesthetics",

as opposed to

"Stacking requires either the {.field ymin} {.emph and} {.field ymin} or the {.field y} aesthetics",

hope this helps! :)

@teunbrand
Copy link
Collaborator

teunbrand commented Jun 29, 2023

This issue seems like a duplicate of #5339. Coincidentally, we just merged a PR for this typo about an hour ago in #5340. So I'm going to mark this issue as completed too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants