|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-06-13 13:14:51
|
Yury Tarasievich wrote: > With small volumes of data everything works as intended. Now, if > using, e.g., 1000 points per set the first multiplot shows okay, but > the second multiplot isn't finished, and gnuplot sort of gets stuck > after the first subplot drawn. Plotting with gaps (e.g., 'every 2') > doesn't help. That tends to be caused by sending data faster than gnuplot can process them. Pipes have a limited buffering capability. Once the producing app gets ahead of gnuplot by more than that buffer's size, things tend to break. We've had reports indicating that it sometimes helps to insert a little delay in the external program that drives gnuplot. > I'm attaching two gnuplot input files, with data for two frames > (multiplots) each, Neither of those attachments made it through to the mailing list. |