lets-plot-skia
lets-plot-skia copied to clipboard
Skia frontend for Lets-Plot multiplatform plotting library.
I have a simple codepath I’m calling which was ripped from one of the demos. ```kt val figure = run { val data = mapOf( "time" to listOf("Lunch", "Lunch", "Dinner",...
In rare cases, clicking the "Keep Aspect Ratio" checkbox too quickly can cause a crash: Crash dump: ``` eglCreateContext: 0xb400007d5fdcfa90: maj 3 min 0 rcv 3 claimShared: Ask to claim...
If you now click on a subplot in a gggrid and then click on another subplot in the same gggrid, tooltips will appear in both subplots. 
When mouse moves fast enough tooltips may stuck on gggrid: 
Running the lets-plot-compose-demos example, when I zoom the page as shown in the video, a black background appears, as shown in the video: https://github.com/JetBrains/lets-plot-skia/assets/19502034/7344e077-8e4b-4133-94ac-c1862b89dcd8
code sample: `ggsave(linePlot, filename, path=images.absolutePath)` error: `java.lang.IllegalStateException: Can't export plot to raster formats: NoClassDefFoundError "Failed resolution of: Ljava/awt/Color;". Please add "lets-plot-image-export-.jar" to your classpath. at org.jetbrains.letsPlot.export.GgsaveKt.exportRasterImage(ggsave.kt:138) at org.jetbrains.letsPlot.export.GgsaveKt.ggsave(ggsave.kt:91) at org.jetbrains.letsPlot.export.GgsaveKt.ggsave$default(ggsave.kt:44)`...
Hello, I want to be able to modify the coordinate scale value when clicking on the X and Y coordinate axes, and the curve chart will automatically change with the...
In the compose-desktop demo, a plot with geomRaster shows the wrong colours. A plot with geomPoint shows blue circles, while geomRaster shows orange/brown tiles. The legend on the right shows...
Could someone possibly help me understand how to receive the data of the point that is focused on the graph? For example, the focus point on the graph is an...