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
gsplot() %>% callouts(NA, NA, labels=NULL) produces the error:
gsplot() %>% callouts(NA, NA, labels=NULL)
Error in text.default(x = numeric(0), y = numeric(0), labels = NULL, pos = c(1, : no coordinates were supplied
I believe it's caused by labels being null, but a more explicit error message helping the caller identify the issue would be useful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gsplot() %>% callouts(NA, NA, labels=NULL)
produces the error:I believe it's caused by labels being null, but a more explicit error message helping the caller identify the issue would be useful.
The text was updated successfully, but these errors were encountered: