From: Michael H. <mh...@al...> - 2005-11-07 20:29:11
|
Noel O'Boyle wrote: > In order to avoid the use of temporary files, I have tried to pass data > to gnuplot using the inline option in WinXP. This works fine for small > amounts of data but for larger amounts, the complete amount of data is > not passed. > > For example, I tried to send data for 500 hundred (x,y) data points, but > only 355 lines were sent to gnuplot. It was possible to see this at the > interactive gnuplot prompt, and actually to plot the 355 data points by > entering 'e' (for "end" - part of gnuplot's inline data passing > mechanism, I suppose). > > Is this a known feature of Windows/gnuplot-py/gnuplot? I wasn't sure how > to track down this bug - I can send you an example program that > reproduces this problem if you want. I am not familiar with this problem. It would help if you could send an example program. At the least, I could try it under Linux to see if the same problem occurs there. Michael |