-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
ggsave error with type="cairo" or type="cairo-png" #4524
Comments
I am having the same problem. Pretty much all of my scripts have |
Should already be fixed. Please reinstall ggplot2 from CRAN and try again. |
No, this has not been fixed as it really isn't a bug (I do understand the inconvenience) |
I thought you turned the error into a warning? Am I confused? |
Oh yeah, sorry. Confused myself |
@martin-a-wade and @tungmilan Could you update your ggplot to 3.3.5 and let us know whether your scripts now work (except a warning that is issued)? |
Thanks, the update works for me.
|
Confirmed! Thank you guys! |
ggsave produces an error when including type="cairo" or type="cairo-png", which worked in ggplot2 <=3.3.3.
(R4.0.3, Windows 10)
Error in png_dev(..., res = dpi, units = "in") :
unused argument (type = "cairo")
The text was updated successfully, but these errors were encountered: