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

Themes: can't change plot background after applying a "flavor" #623

Closed
alshan opened this issue Nov 3, 2022 · 0 comments · Fixed by #629
Closed

Themes: can't change plot background after applying a "flavor" #623

alshan opened this issue Nov 3, 2022 · 0 comments · Fixed by #629
Assignees

Comments

@alshan
Copy link
Collaborator

alshan commented Nov 3, 2022

( ggplot()
 + geom_point(aes(x=[1, 2]), size=7)
 + flavor_darcula()
 + theme(plot_background=element_rect(fill="red"))
)

The background doesn't change to red:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants