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

Plotting of data with null values doesn't always work #135

Open
Vindaar opened this issue Nov 14, 2021 · 0 comments
Open

Plotting of data with null values doesn't always work #135

Vindaar opened this issue Nov 14, 2021 · 0 comments

Comments

@Vindaar
Copy link
Owner

Vindaar commented Nov 14, 2021

Take the old example from the nimib penguins example:

ggplot(df, aes(x="body_mass_g", y="flipper_length_mm", color = "sex", shape="species")) + 
  geom_point() + 
  ggsave("/tmp/broken.png")

using the dataset from here: https://github.com/allisonhorst/palmerpenguins

It gives a runtime error related to missing values. This should ideally work. The issue is probably due to having missing values in a mapping variable, which might not be handled correctly.

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