Ajoke Onojeghuo

Results 12 comments of Ajoke Onojeghuo

Hi @bappa10085, you can try this: #Read some data tif = system.file("tif/L7_ETMs.tif", package = "stars") x = terra::rast(tif) #Plot it using tmap r package tm_shape(x) + tm_raster(style="quantile")+ tm_facets(nrow = 3)...

Hi @anjelinejeline, you could try legend.col.is.portrait = T or legend.size.is.portrait = T and see if it takes them. col or size will depend on if the legend is based on...

I think a new package could work instead. Having it in interactive mode will be a lot to resolve in addition to boundaries as you zoom in.

> Thanks for reporting this [@ar-puuk](https://github.com/ar-puuk) This is probably an unresolved issue from [#1078](https://github.com/r-tmap/tmap/issues/1078) > > Apparently, you'll have to set `outer.bg = TRUE` explicitly: > > tmap::tm_shape(NLD_prov) + >...

Hi everyone. @mtennekes for the panels, I think they should be set through tm_facet if the panel defaults are to be changed. The need to adjust panels is more to...

> Could you refresh my memory? Where did you find that? I can't recall that we did anything with fonts in cols4all To clarify: You needed RColorBrewer for colors in...

> tm_shape(World) + > tm_polygons("HPI", lwd = "footprint") + > tm_compass() + > tm_credits("Some text") + > tm_components("LEGENDS", position = tm_pos_out("left", "center")) + > tm_components("OTHERS", position = tm_pos_out("center", "bottom")) >...

> `On positions in general, I could combine text and numbers (e.g. c("left",0.1)) in the past but this is no longer possible with tmap V4. Is there a different way...

> Set `col.free = FALSE` in `tm_raster`. Thanks @mtennekes .

Thanks @Nowosad and @mtennekes the legend is still one sided at the bottom. Is there a way to centralize this that I haven't added yet? added legend.frame.r=0 and the legend...