Hi
I have the following at the start of a ggplot -
map_A <- ggplot() +
geom_sf(data=roads_A, alpha=0.2, color=roads_A$FEATCODE) +
coord_sf(datum=st_crs(27700)) ...............
I am looking to create square grids but cannot find an equivalent of coord_fixed(ratio=1) for coord_sf. Is there a way to achieve it, please?