Igor Alshannikov

Results 285 comments of Igor Alshannikov

I've removed the background from legend icons ([commit](https://github.com/JetBrains/lets-plot/commit/fd4452b18cd6754500d2e3fe1a56c2001c7491ff)). For now, if you only need to match the background color with the background color on the slides, you can do: ```...

Sorry for confusion, > BTW, in either case, configuring `plot_background` is unnecessary: I meant `panel_background` :)

Hi @concimuscb ``` + theme( plot_background=element_blank(), legend_background=element_blank(), ) ``` will produce transparent plot in the coming soon release 4.5. If urgent however, you can already use today's RC version :...

Released : [v4.5.0](https://github.com/JetBrains/lets-plot/releases/tag/v4.5.0)

Hi, we didn't have this planned, but it looks like an important and needed feature. Thank you for the suggestion; we will try to add it in one of the...

Hi, according to gpplot2 docs - [Missing value handling](https://ggplot2.tidyverse.org/reference/geom_path.html#missing-value-handling) - `geom_line` indeed skips over missing values. So it seems LP should probably have this behavior by default as well. And...

This is expected behavior: scales created for a continuous (numeric) domain are continuous. Try `asDiscrete()` to annotate the domain as discrete.

Hi, the GTK dependency is one of several reasons why we're planning to move away from CairoSVG for PNG/PDF exporting. We'll begin working on this after the holidays.

Hi @concimuscb , could you try [v4.7.0](https://github.com/JetBrains/lets-plot/releases/tag/v4.7.0)? PNG/PDF export was completely reworked and the CairoSVG dependency has been dropped. The new implementation is based on ImageMagick, which is bundled in...

Released in [v4.5.0](https://github.com/JetBrains/lets-plot?tab=readme-ov-file#what-is-new-in-450)