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

How to remove borders between plots? #341

Open
SeriyBg opened this issue Dec 6, 2023 · 1 comment
Open

How to remove borders between plots? #341

SeriyBg opened this issue Dec 6, 2023 · 1 comment

Comments

@SeriyBg
Copy link

SeriyBg commented Dec 6, 2023

When I'm using the theme_solarized(light=F) from the ggthemes package, the plot's background color becomes dark. And with the patchwork, I have the white borders between them. Is it possible to get rid of it?

Example:

p1 <- ggplot() + theme_solarized(light=F)
p2 <- ggplot() + theme_solarized(light=F)
p1 | p2

Rplot

@thomasp85
Copy link
Owner

I don't know where theme_solarized() comes from so it is hard to say, but perhaps setting the background color to the same as the fill?

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