lets-plot-skia icon indicating copy to clipboard operation
lets-plot-skia copied to clipboard

Skia frontend for Lets-Plot multiplatform plotting library.

Results 13 lets-plot-skia issues
Sort by recently updated
recently updated
newest added

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. ![image](https://github.com/JetBrains/lets-plot-skia/assets/14200189/7e65532d-9e1b-420d-9578-082a580cbccb)

When mouse moves fast enough tooltips may stuck on gggrid: ![image](https://github.com/JetBrains/lets-plot-skia/assets/14200189/5ddffab9-56e2-4c24-9555-1fa2aef19f02)

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...

bug

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...