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

livemap: wrong position if path is on a circle of latitude #683

Closed
IKupriyanov-HORIS opened this issue Feb 6, 2023 · 0 comments
Closed
Assignees
Milestone

Comments

@IKupriyanov-HORIS
Copy link
Collaborator

IKupriyanov-HORIS commented Feb 6, 2023

from lets_plot import *
LetsPlot.setup_html()
ggplot() + geom_livemap() + \
    geom_path(aes(x='x', y='y'), data={'x': [-160, 0, 160], 'y': [0, 0, 0]}, color='blue')

Actual:
image

Expected:
image

@IKupriyanov-HORIS IKupriyanov-HORIS added this to the 2023Q1 milestone Feb 6, 2023
@IKupriyanov-HORIS IKupriyanov-HORIS self-assigned this Feb 6, 2023
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

1 participant