Closed brunomioto closed 1 year ago
The default is to not to add a title since when drawing a map it's fairly obvious what the axis mean. Adding a scale always overrides labels set with labs()
, but that's ggplot2 behaviour. Toy should always use labs()
after the scales.
It should be
name = waiver()
by default just like ggplot2, because axis.title just disappears when usescale_*_lat/lon()
without any warningCreated on 2022-11-29 with reprex v2.0.2