coordinates without degrees on map

Greeting all.
I have problem with the coordinates in the map.
The coordinates appears without degrees on map.
I used the next libraries
library(tidyverse)
library(sf)
library(viridis)

The Projected CRS is: WGS 84 / UTM zone 14N

I used the next code to generate the map
ggplot() +
geom_sf(data = bc_mun, aes(fill = CVEGEO)) +
theme_bw()

And this is the input

Hi, possibly related to this?

r - degree symbol incorrect in map axis labels - Stack Overflow

Yes, thanks!

My solution was to Tools -> Global Options and here I changed my backend to Cairo

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.