Igor Alshannikov
Igor Alshannikov
Hi, there can not be >1 legends for a single aesthetic (i.e. "color"). In the case of segments and points the workaround would be to use the "fill" aesthetic for...
Oh, sorry, shape 19 wont work, try shape 21.
Transparent color = "rgba(0, 0, 0, 0)" might work. May be size = 0 also but not sure. Upd: size - certainly not.
Hi @Kernald, There are [`scaleColorGradientN()`](https://lets-plot.org/kotlin/-lets--plot--kotlin/org.jetbrains.letsPlot.scale/scale-color-gradient-n.html), [`scaleFillGradientN()`](https://lets-plot.org/kotlin/-lets--plot--kotlin/org.jetbrains.letsPlot.scale/scale-fill-gradient-n.html) functions where you can use a custom color palette to create continuous or discrete color scale. [`scaleColorManual()`](https://lets-plot.org/kotlin/-lets--plot--kotlin/org.jetbrains.letsPlot.scale/scale-color-manual.html), [`scaleFillManual()`](https://lets-plot.org/kotlin/-lets--plot--kotlin/org.jetbrains.letsPlot.scale/scale-fill-manual.html) are also can be used for...
Looks like helpful info. Is this optional in ggplot?
I guess we can try. Will this require modularization of dependency JARs like `lets-plot-common`?
Currently there is no way to add images to a plot. I'm curious, what precisely chart design do you have in mind? It might be interesting feature. As for `geomImage()`...
Could you post a link to the StackOverflow post you mentioned?
Thanks, this is a nice feature to have. Can't add it right away but will keep in mind.
At the moment nobody is working on this but compose frontend sounds interesting. If compose canvas is similar to jfx scene and also supports CSS than this task doesn't seem...