Just as `coord_map()` has a clip argument (e.g. `coord_map(clip = 'off')`), it would be useful for `coord_sf()` to have a `clip` argument, too. I think these are the two sections of the code that would need to be updated (ignoring the roxygen comments). https://github.com/tidyverse/ggplot2/blob/3e1e6e43af82faf59e37df0724b65c8d829c7b07/R/sf.R#L788-L792 https://github.com/tidyverse/ggplot2/blob/3e1e6e43af82faf59e37df0724b65c8d829c7b07/R/sf.R#L825-L835