implot icon indicating copy to clipboard operation
implot copied to clipboard

Is it possible to draw wave like ecg wave

Open masterchen opened this issue 2 years ago • 1 comments

It is a good project !

Is it possible to proivde a chart type which draw real time data wave line like ecg wave ?

like this : https://demo.scichart.com/javascript-vital-signs-ecg-medical-chart-example

thanks you !

masterchen avatar Jul 20 '22 02:07 masterchen

Did you look at the manual/demo? Theres already an example showing how to do that.

dgm3333 avatar Jul 26 '22 07:07 dgm3333

As already mentioned, see the second example under Plots/Realtime Plots in the demo:

rt

epezent avatar Sep 10 '22 16:09 epezent

the dawing method is not the same like the one shows here : https://demo.scichart.com/javascript-vital-signs-ecg-medical-chart-example

javascript-vital-signs-ecg-medical-chart-example shows that the history wave was "cleared" while drawing the new wave point.

masterchen avatar Oct 16 '22 07:10 masterchen

You can do that yourself by just keeping the old data and overwriting it so that it looks like the example you provided.

ImPlot is an awesome library and it has an extensive feature set and customization options, but it just cannot cover all the possible use cases or visualization possibilities. Sometimes you just have to code it yourself.

marcizhu avatar Oct 16 '22 22:10 marcizhu