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

gggrid doesn't override global theme #966

Closed
IKupriyanov-HORIS opened this issue Dec 14, 2023 · 0 comments
Closed

gggrid doesn't override global theme #966

IKupriyanov-HORIS opened this issue Dec 14, 2023 · 0 comments
Assignees
Milestone

Comments

@IKupriyanov-HORIS
Copy link
Collaborator

Explicit theme setup should override a global theme setup. It works for plots, but doesn't for gggrid:

from lets_plot import *
LetsPlot.setup_html()

LetsPlot.set_theme(theme_grey())

ggplot() + geom_point() + theme_light()
#%%
gggrid([ggplot() + geom_point()]) + theme_light()

Output:
image

@alshan alshan added this to the New milestone Dec 18, 2023
@alshan alshan self-assigned this Dec 18, 2023
@alshan alshan modified the milestones: New, 2023Q4 Dec 20, 2023
@alshan alshan closed this as completed in 0758ed1 Dec 21, 2023
alshan added a commit to JetBrains/lets-plot-kotlin that referenced this issue Jan 5, 2024
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