Skip to content

Conversation

@teunbrand
Copy link
Collaborator

This PR aims to fix #6572.

It does what is says in the title. Reprex from the linked issue:

devtools::load_all("~/packages/ggplot2/")

world <- rnaturalearth::ne_countries()

ggplot(world) +
  coord_sf(crs = "+proj=moll") +
  geom_sf()

Created on 2025-08-22 with reprex v2.1.1

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

Successfully merging this pull request may close these issues.

Should default coords not replace existing coords?

1 participant