-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Should theme_void() include paper argument? ink argument not working with geoms #6251
Comments
Is the problem that |
I recommend the following for transparent paper, as in Line 510 in efc53cc
It prevents some interpolation artefacts. @EvaMaeRey is there any chance you're interested in preparing a PR for this? 😁 |
Yes. I'd only lean towards a theme that looks like theme_void (remove axes and gridlines), but is fully opaque, white paper as a default, called something like theme_blank(), theme_void2(), or theme_poster(). Reading |
If we adopt Claus' solution of setting a background element (i.e. |
I like Claus' proposal, setting plot.background element - and paper default of alpha(ink, 0). I guess the main worry is backward compatibility issues. Could we revisit introducing a new theme (and naming and default decision), if compatibility issues arise? |
Thank you for the excellent work in the theming arena! 🚀
Just opening an issue to note that having the 'paper' argument for
theme_void()
might be misleading.It also seems that the ink declaration doesn't seem to propagate to the geoms.
Created on 2024-12-18 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: