Igor Alshannikov
Igor Alshannikov
Hi @ivaquero , we'll try to do that promptly.
ggplot2 3.5.0 added support for patterns and gradients: https://www.tidyverse.org/blog/2024/02/ggplot2-3-5-0/#patterns-and-gradients Does plotnine have gradients?
At least we are not behind here )
This was fixed by the same commit as #1348 Unlike ggplot2 (there each added `scale_x_..` overrides all prev scale settings), the lets-plot approach is to merge properties of all added...
Fixed in [v3.0.0](https://github.com/JetBrains/lets-plot-compose/releases/tag/v3.0.0).
Note that 'raster' geom (like 'tile' geom) naturally implies a regular grid structure. Nevertheless, you are right—the colors are broken. Another failed example here with 25k points and the bin2d...
Fixed in [v3.0.1](https://github.com/JetBrains/lets-plot-compose/releases/tag/v3.0.1)
Hi, @nsiicm0, The good news first: in the recent Lets-Plot v4.8.0, we took a step closer by adding support for optional legend sharing in `gggrid()` - this would be the...
Likely related: #1043
See also: ggplot2 [Minor ticks](https://www.tidyverse.org/blog/2024/02/ggplot2-3-5-0-axes/#minor-ticks)