Igor Alshannikov

Results 285 comments of Igor Alshannikov

Unfortunately I can't tell. In order to create Windows binaries Kotlin/Native uses MinGW compiler infrastructure. However, we were unable to make conda CI to use MinGW toolchain to build lets-plot...

Hi, since both Kotlin and Scala run on the JVM and have good interoperability, you can, technically, use it in mixed projects. However, some of Kotlin's DSL-style syntax will be...

You will need to add `lets-plot-kotlin-jvm` and `lets-plot-batik` dependencies as shown here: https://github.com/JetBrains/lets-plot-kotlin/blob/master/USAGE_BATIK_JFX_JS.md#jvm-swing-batik . To get started, it might be a good idea to check out the [lets-plot-mini-apps](https://github.com/alshan/lets-plot-mini-apps/tree/main) and try...

> val geo = geomDensity( Hi, [geomDensity](https://github.com/JetBrains/lets-plot-kotlin/blob/79e069a0484779a8ef0a144a869bfbbab08dd59d/plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/geom/geom_density.kt#L98) is a class actually so you will need ``` val geo = new geomDensity( ```

Hi @OSuwaidi , we don't have this yet. You can try to use `ggbunch()` for plot overlaying but this can be tricky. See also discussion: https://github.com/JetBrains/lets-plot/issues/1161#issuecomment-2828573588

Examples: [hydrograph_plot](https://cran.r-project.org/web/packages/CSHShydRology/vignettes/hydrograph_plot.html)

Thanx! this is interesting, certainly worth considering.

Coming in the next release soon: https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24e/scale_cmapmpl.ipynb

Hi @egayer, [v4.4.0](https://github.com/JetBrains/lets-plot/blob/master/CHANGELOG.md#440---2024-08-02) is out, but beware of [an unfortunate issue](https://github.com/JetBrains/lets-plot/issues/1149) that we failed to detect in time and it made its way into this release.