You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your vignette (https://cran.r-project.org/web/packages/scatterpie/vignettes/scatterpie.html) you show the use of geom_scatterpie() with ggplot maps using coord_quickmap(). But that has been superseded by coord_sf() (https://ggplot2.tidyverse.org/reference/ggsf.html), but I haven't been able to make geom_scatterpie work with coord_sf(). Is there a workaround for this, or any plans to extend compatability with plotting of geom_sf() objects in ggplot, or for working with projected maps in ggplot?
Thanks,
Maria
The text was updated successfully, but these errors were encountered:
mariaemilyd
changed the title
Compatability with coord_sf() now that coord_quickmap is superseded?
Compatability with ggplot2::coord_sf() now that ggplot2::coord_quickmap() is superseded?
Jun 12, 2023
Dear Prof Yu,
In your vignette (https://cran.r-project.org/web/packages/scatterpie/vignettes/scatterpie.html) you show the use of geom_scatterpie() with ggplot maps using coord_quickmap(). But that has been superseded by coord_sf() (https://ggplot2.tidyverse.org/reference/ggsf.html), but I haven't been able to make geom_scatterpie work with coord_sf(). Is there a workaround for this, or any plans to extend compatability with plotting of geom_sf() objects in ggplot, or for working with projected maps in ggplot?
Thanks,
Maria
The text was updated successfully, but these errors were encountered: