freeman
Results
2
comments of
freeman
Thanks very much @mtennekes . I've tried this workaround in v3.99.9000 which was installed by the following code: `install.packages('tmap', repos = c('https://r-tmap.r-universe.dev', 'https://cloud.r-project.org'))` An issue still occurs when the colour...
@Nowosad, Thanks for your help. It works now, and it also works perfectly with `tm_dots`: ``` pal = cols4all::c4a("-Spectral", n = 5) tm_shape(Extreme_Rain_Days) + tm_dots("Rain10mmDa", size = 0.5, fill.legend =...