tmap icon indicating copy to clipboard operation
tmap copied to clipboard

tm_graticules does not print the degree sign

Open Nowosad opened this issue 2 years ago • 0 comments

library(tmap)
library(spData)
tmap_mode("plot")
#> tmap mode set to 'plot'

tm_shape(nz) +
  tm_graticules() +
  tm_polygons()

Nowosad avatar Mar 14 '23 11:03 Nowosad