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

theme/flavor plot background is not shown on plot with geom_livemap() layer. #857

Closed
alshan opened this issue Aug 22, 2023 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@alshan
Copy link
Collaborator

alshan commented Aug 22, 2023

from lets_plot import *
from lets_plot import tilesets
LetsPlot.setup_html()

d = {
    'x': [20, 30, 40],
    'y': [60, 60, 60],
    's': [1, 5, 10],
    'g': ['A', 'B', 'C']
}

p = ggplot(d, aes(x='x', y='y', color='g', size='s')) + flavor_darcula()
gggrid([
    p + geom_point() + ggtitle("geom_point()"),
    p + geom_livemap() + geom_point() + ggtitle("geom_livemap() + geom_point()")
])

image

@alshan alshan added this to the New milestone Aug 22, 2023
@IKupriyanov-HORIS IKupriyanov-HORIS self-assigned this Aug 24, 2023
@alshan alshan added the ASAP label Aug 24, 2023
@alshan alshan modified the milestones: New, 2023Q3 Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants