We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Looks like helpful info. Is this optional in ggplot?
Sorry, something went wrong.
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
No branches or pull requests
In ggplot the user is notified if records were removed due to NA. E.g.
In letsplot there is currently no such indication, which may lead to wrong conclusions about data.
The text was updated successfully, but these errors were encountered: