oswaldosantos / ggsn

R package to add north symbols and scale bars to maps created with ggplot or ggmap
http://oswaldosantos.github.io/ggsn/
GNU General Public License v2.0
161 stars 9 forks source link

Allows for geom_text options in scalebar #29

Closed statnmap closed 6 years ago

statnmap commented 6 years ago

This allows for more options in geom_text in scalebar function, including changing font family for custom themes.
You will then be able to set:

  scalebar(..., family = "Arial")
oswaldosantos commented 6 years ago

Thanks!