-
Notifications
You must be signed in to change notification settings - Fork 25
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
Remove Panel Border/Background #22
Comments
Hi Jeff, thanks for reaching out.
The problem is probably that I have not considered dark themes when developing the package. I set the theme for the combination matrix here. And if I had to guess where the problem is coming from, it's because I don't fix the Best, |
So, I saved a plot to pdf, and opened in affinity and noticed the white section was a filled rectangle, not a border. So, theming to force rectangles to be transparent got me 90% there... And then a little more to remove the white grid lines peaking out above and below, and it looks good. Changing just the panel background theme means the panel doesn't change size at all, so old plots look identical to new plots. PR on the way... #23 |
Hello,
I can't figure out how to modify the theming to remove the white border on top and below of the ggupset panel. This is really only apparent when theming the whole plot to be a dark theme (see image where I modified the strip.background.colors). Any theming I do doesn't seem to touch the ggupset panel, although it does the geom_bar().
Looking at the ggplot object
$theme
doesn't give any hints as well...Can you point me to where in the code this white box/border may be coming from?
Thanks,
Jeff
The text was updated successfully, but these errors were encountered: