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

No indication of removed records #81

Open
holgerbrandl opened this issue Jul 17, 2021 · 2 comments
Open

No indication of removed records #81

holgerbrandl opened this issue Jul 17, 2021 · 2 comments
Milestone

Comments

@holgerbrandl
Copy link

In ggplot the user is notified if records were removed due to NA. E.g.

$ ggplot(msleep, aes(sleep_total, rem_proportion)) + geom_point(size=4, alpha=0.3)

## Warning: Removed 22 rows containing missing values (geom_point).

In letsplot there is currently no such indication, which may lead to wrong conclusions about data.

@alshan
Copy link
Collaborator

alshan commented Jul 20, 2021

Looks like helpful info. Is this optional in ggplot?

@holgerbrandl
Copy link
Author

It's the default. I never tried to switch it off, because I like its rationale. However, it seems possible to do so on a per geom level , see https://stackoverflow.com/questions/13286531/how-to-suppress-warnings-when-plotting-with-ggplot

@alshan alshan added this to the 2021Q4 milestone Sep 28, 2021
@alshan alshan modified the milestones: 2021Q4, 2022Q1 Dec 28, 2021
@alshan alshan modified the milestones: 2022Q1, 2022Q2 Mar 30, 2022
@alshan alshan modified the milestones: 2022Q2, 2022Q3 Jun 29, 2022
@alshan alshan modified the milestones: 2022Q3, 2022Q4 Sep 28, 2022
@alshan alshan modified the milestones: 2022Q4, 2023Q1 Dec 30, 2022
@alshan alshan modified the milestones: 2023Q1, 2023Q2 Mar 30, 2023
@alshan alshan modified the milestones: 2023Q2, 2023Q3 Jun 28, 2023
@alshan alshan modified the milestones: 2023Q3, 2023Q4 Sep 29, 2023
@alshan alshan modified the milestones: 2023Q4, 2024Q1 Jan 2, 2024
@alshan alshan modified the milestones: 2024Q1, 2024Q2 Mar 29, 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