Skip to content

sf + ggplot + ragg doesn't print degree symbol #51

@mhpob

Description

@mhpob
library(sf)

nc <- sf::st_read(system.file("shape/nc.shp", package="sf"))


library(ggplot2)
map <- ggplot() +
    geom_sf(data = nc)


ragg::agg_png(width = 900, height = 450)
map
invisible(dev.off())

Rplot001

png(width = 900, height = 450)
map
invisible(dev.off())

Rplot001

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions