12-04-2015 01:38 AM
Hi,
Is there a limit on how many data points a waveform graph can display?
12-04-2015 02:45 AM
12-04-2015 03:41 PM
It depends what you want to see. If you want to plot the average of the last 1000 datapoints from a sensor, then 1million data points would fit nicely across 1000 pixels. Mike Porter has a very nice post on plotting large data sets here:
http://www.notatamelion.com/2015/07/31/plotting-large-datasets-without-waiting-forever/
12-04-2015 04:46 PM
There are several soft limits. For example if you try to graph 2k plots, each with 4 points, your UI will basically saturate one CPU core while the same number of points graphed as 4 plots with 2k points each will be no problem.