JetBrains / lets-plot-skia

Skia frontend for Lets-Plot multiplatform plotting library.
MIT License
141 stars 2 forks source link

Does PlotPanel support dynamically refreshing data #6

Closed changhexuefei closed 11 months ago

changhexuefei commented 1 year ago

Hello, does PlotPanel support dynamically refreshing data? I use a timer to refresh the data regularly. When refreshing the data, the PlotPanel flashes.

https://github.com/JetBrains/lets-plot-skia/assets/19502034/dbbc0ddc-4309-445b-bdab-165dc0eb5f67

IKupriyanov-HORIS commented 1 year ago

Hi! We are aware about this issue and experimenting with a fix.

changhexuefei commented 11 months ago

@IKupriyanov-HORIS Hello, is there any progress on this issue now?

IKupriyanov-HORIS commented 11 months ago

@changhexuefei Hi! Yes, we have a fix and are testing it now. It shouldn't take long.

IKupriyanov-HORIS commented 11 months ago

@changhexuefei We just released v1.0.2 that should fix your issue. Demo can be found here.

And here is a video how it looks:

https://github.com/JetBrains/lets-plot-skia/assets/14200189/9b9caa06-b389-4289-9ff1-c7c0b1ab29cc

changhexuefei commented 11 months ago

OK, thank you for your reply and fixing the issues.