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

Unclear error when use geom_rect with discrete scales #1287

Open
IKupriyanov-HORIS opened this issue Jan 17, 2025 · 0 comments
Open

Unclear error when use geom_rect with discrete scales #1287

IKupriyanov-HORIS opened this issue Jan 17, 2025 · 0 comments
Labels
failure Crash, exception occurs

Comments

@IKupriyanov-HORIS
Copy link
Collaborator

from lets_plot import *
LetsPlot.setup_html()

ggplot() + geom_rect(xmin=0, xmax=10, ymin=0, ymax=5) + scale_discrete(['x','y'])

Output:

Internal error: NoSuchElementException : Can't create DoubleSpan: the input is empty or contains NULLs.

@IKupriyanov-HORIS IKupriyanov-HORIS added the failure Crash, exception occurs label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failure Crash, exception occurs
Projects
None yet
Development

No branches or pull requests

1 participant