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

Bad precision in the default tooltip format when using coord limits #1134

Open
IKupriyanov-HORIS opened this issue Jul 24, 2024 · 0 comments
Milestone

Comments

@IKupriyanov-HORIS
Copy link
Collaborator

from lets_plot import *
LetsPlot.setup_html()

d = {
    'x': [-10, 0.255, 0.265, 0.285, 0.295, 10]
}

ggplot(d) + geom_point(aes(x='x')) + coord_cartesian(xlim=[0.25, 0.3])

The x-axis tooltip for each point shows the value 0.3:
image

@alshan alshan added this to the New milestone Jul 24, 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