Jakub

Results 95 issues of Jakub

Hi @jannes-m -- is the Ecology chapter ready for our internal review?

I mentioned this idea on Discord, but we should make a decision about it in the near future. In the 1st edition of the book, GIS bridges were represented by...

Hi @mtennekes - I am now testing tmap4 on some older code examples. The below one seems not to work. Is this an oversight or an expected behavior? ``` r...

tmap_v4

Recently, I've been working on a project with a few hundreds of raster layers and a goal to animate them. This way, I found out that **tmap** uses a lot...

enhancement

It would be great to have a hex logo for the **tmap** package. Everyone can propose their designs for considerations! -------------------------- **My take:** Hi @mtennekes , maybe you would be...

publicity

@mtennekes just to keep our discussion in a GitHub issue: We could consider improving some of the tmap defaults with v4, for example: - [ ] - color palettes -...

enhancement
tmap_v4

``` r library(tmap) library(spData) # pretty tm_shape(world) + tm_polygons(col = "lifeExp", style = "pretty", palette = "viridis") #> Linking to GEOS 3.8.1, GDAL 3.0.4, PROJ 6.3.2 ``` ![](https://i.imgur.com/tH3DrLS.png) @mtennekes have...

enhancement

`tmap_grob()` opens a new graphic device, which creates an empty plot (both in RStudio, but also in other sessions; see reprex below). It is a minor inconvenience, but hopefully it...

bug

@mtennekes I have three ideas for improvement of the `sd` style. Let me know what you think about it. 1. Automatic labels for this style (how much the values deviates...

enhancement