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

Polygon with 2 points should be skipped silently #1084

Closed
IKupriyanov-HORIS opened this issue Apr 23, 2024 · 0 comments
Closed

Polygon with 2 points should be skipped silently #1084

IKupriyanov-HORIS opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
ASAP failure Crash, exception occurs
Milestone

Comments

@IKupriyanov-HORIS
Copy link
Collaborator

d = {
    'x': [1, 1],
    'y': [1, 1]
}

ggplot(d) + geom_polygon(aes(x='x', y='y'))

Actual:
image

@IKupriyanov-HORIS IKupriyanov-HORIS added this to the 2024Q2 milestone Apr 23, 2024
@IKupriyanov-HORIS IKupriyanov-HORIS self-assigned this Apr 23, 2024
@alshan alshan added ASAP failure Crash, exception occurs labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASAP failure Crash, exception occurs
Projects
None yet
Development

No branches or pull requests

2 participants