Igor Alshannikov
Igor Alshannikov
wow, that would be huge contribution! Do I understand correctly you are using lets-plot Kotlin API?
in this event let me transfer you to the LPK project. Disregard scary notifications.
We didn't plan to release dendrogram any time soon and if you are willing to put efforts in this task it would be great. The 1st step would be implement...
Sounds great!
GGBunch example: https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/ggbunch.ipynb
Hi Stanislav, how is dendrogram going? In v3.3.0 we've added [ggmarginal()](https://github.com/JetBrains/lets-plot-kotlin#marginal-plots) which could help to add dendrogram on a plot margin. Top/bottom margins should work right away. Left/right margin will...
Hi Stanislav, congratulations, it looks awesome! Not sure what the second `+ statCompareMeans()` adds in the last (boxplot) test.
I'm planning this feature for Q4, is it important to you? > Possibly it's not suitable to be applied to the general case? Yes, that's the case.
We will get to it ASAP though I've no idea what is projector.
We haven't added `geomImage` to the Kotlin API yet. Perhaps we should do it. Currently you can try to use [geomRaster](https://lets-plot.org/kotlin/plot-api/jetbrains.letsPlot.geom/geom-raster/geom-raster.html) (see an example in its Python' counterpart [geom_raster](https://lets-plot.org/pages/api/lets_plot.geom_raster.html#lets_plot.geom_raster)). It...