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

geom_livemap doesn't work well with gggrid #750

Closed
IKupriyanov-HORIS opened this issue Mar 31, 2023 · 1 comment
Closed

geom_livemap doesn't work well with gggrid #750

IKupriyanov-HORIS opened this issue Mar 31, 2023 · 1 comment
Assignees

Comments

@IKupriyanov-HORIS
Copy link
Collaborator

When I build a plot with two livemaps on a gggrid only one map is displayed and the plot is oriented vertically.

Code:

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

gggrid(
    [
        ggplot() + geom_livemap() + geom_map(color='red', map=geocode_states('texas')), 
        ggplot() + geom_livemap() + geom_map(color='red', map=geocode_states('ny'))
    ]
)

image

Without the geom_livemap() the result is what I expected:
image

@alshan alshan modified the milestones: New, 2023Q2 Mar 31, 2023
@alshan alshan self-assigned this Apr 27, 2023
@alshan alshan closed this as completed in 05b7bb8 Apr 27, 2023
@alshan
Copy link
Collaborator

alshan commented Apr 27, 2023

After fixing:
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
Development

No branches or pull requests

2 participants