George Roff
George Roff
> Thank you! That would be great! I think it might be due to the fact that wunderground has changed the API structures? E.g. the only forecast available is 5...
Interested in exploring the functionality, but returning `unused argument (prx = list())` with the example ``` > tmap_mode("deck") tmap mode set to 'deck' > tm_shape(World) + tm_polygons("HPI", fill.scale = tm_scale_intervals(values...
Late to the answer here, but the output from ggsurv contains the combine output including plot and data, which is why it throws an error with ggarrange. The answer by...
I've corrected the maps below to make the example more consistent, where the `tm_dots` are the endpoints of the `tm_lines`: ``` points_sf st_cast("POINT") tm_shape(points_sf) + tm_dots("value", size=0.5, tm_scale_continuous(values="brewer.spectral"), shape=21) +...
As a clearer "real world" `tmap` example (hopefully!) that lead me to the question: a `tm_scale_continuous` legend would be more useful than an interval legend here as the linestring is...
Same with circles and simpler sf shapes (squares), and doesn't seem to be linked to crs: ``` library(dplyr) library(sf) library(packcircles) library(tibble) n_individuals
Can confirm with reproducible example below (colormodel="cmyk" results in legend values being darker than the raster), but... is this not because the RGB hues are beyond the CMYK range? ```...
Hi @mtennekes - almost exclusively use the default style as well, but appreciate the variety of alt options to diversify tmap!
First time install of Home-Assistant iOS, persisted for hours until I came across this thread. Raspberry pi 5, 4gb, tried several SD cards with 14.2, same issue with 14.1 (image...
Would it be feasible to set a max zoom internally for the `common` basemap providers? ``` providers_max_zoom