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

S3 guide system deprecated in ggplot2 3.5.0 #160

Open
jj-9 opened this issue May 17, 2024 · 2 comments
Open

S3 guide system deprecated in ggplot2 3.5.0 #160

jj-9 opened this issue May 17, 2024 · 2 comments

Comments

@jj-9
Copy link

jj-9 commented May 17, 2024

Dear Teun van den Brand,

First, thank you for this package which brings a lot of useful features to ggplot2.

The new version of guides in ggplot pops a deprecated advice while using "guide" in scale_x_discrete.

This code of yours is sufficient to get the message :

ggplot(mpg, aes(interaction(cyl, class), hwy)) +
  geom_boxplot() +
  scale_x_discrete(guide = "axis_nested")

I didn't find a way to workaround this.
Hopefully it will not be a blocking point.

Best regards
JJ

@teunbrand
Copy link
Owner

Hi there,

Thanks for the report! The plan is to eventually move all guides to a separate package, but for now the warning should be harmless.

@jj-9
Copy link
Author

jj-9 commented May 21, 2024

Dear Teun van den Brand,

thank you very much for your attention.
The message is effectively just a warning for the moment.

Regards
JJ

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