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_density2d: Internal error with None values in data #702

Closed
ASmirnov-HORIS opened this issue Feb 23, 2023 · 0 comments
Closed

geom_density2d: Internal error with None values in data #702

ASmirnov-HORIS opened this issue Feb 23, 2023 · 0 comments
Assignees
Labels

Comments

@ASmirnov-HORIS
Copy link
Collaborator

Example:

data = {
    'x': [0, 1, None],
    'y': [0, 1, None],
}
ggplot(data, aes('x', 'y')) + geom_density2d()

Output:

Internal error: NullPointerException : <no message>

@ASmirnov-HORIS ASmirnov-HORIS self-assigned this Feb 23, 2023
@alshan alshan modified the milestones: New, 2023Q2 Mar 30, 2023
@alshan alshan added the ASAP label Mar 31, 2023
ASmirnov-HORIS added a commit that referenced this issue Apr 11, 2023
ASmirnov-HORIS added a commit that referenced this issue Apr 14, 2023
@alshan alshan closed this as completed in 2185e11 Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants