Donald R. Schropp, Jr. wrote:
> Is there a way to add data points to an existing plot
> by only plotting the new points?
Not really. gnuplot is designed to be a real-time plotting engine.
You could, in principle, achieve this in multiplot mode, with all
dynamic properties fixed in advance.
> collection experiments. Replotting the entire data
> file becomes unwieldy and slow when the data set
> grows...
So the data set (as seen by gnuplot) shouldn't be allowed to keep on
growing. You can scrap old data every now and then, instead, or re-send
exactly those data you do want to display with each refresh.
|