-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
Help wantedLayoutIssues related to map layout (including many maps, facets, positions, etc.)Issues related to map layout (including many maps, facets, positions, etc.)
Description
I've tried to use component.position
of tm_layout
to place all of the components in the same place -- but it seems not to work. Reprex:
library(tmap)
data("land")
tm_shape(land[1,]) +
tm_raster() +
tm_scalebar() +
tm_layout(component.position = tm_pos("left", "center"))
#> [plot mode] fit legend/component: Some legend items or map compoments do not
#> fit well, and are therefore rescaled.
#> ℹ Set the tmap option `component.autoscale = FALSE` to disable rescaling.
#> Scale bar set for latitude km and will be different at the top and bottom of the map.
Metadata
Metadata
Assignees
Labels
Help wantedLayoutIssues related to map layout (including many maps, facets, positions, etc.)Issues related to map layout (including many maps, facets, positions, etc.)