Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Provide option to draw graticule, or fail gracefully? #2084
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

cpsievert commentedMar 24, 2017
There are projections where
plot()still produces (an arguably wrong) result when ast_graticule()fails. Would it make sense to replicate that behavior of failing "gracefully"? Or maybe even something likecoord_sf(graticule = FALSE)since it might also help out with #2071?