From: Arun P. <ape...@lb...> - 2004-02-20 22:15:46
|
Hi, Ole Jacob Hagen wrote: > The question is whether Gnuplot is doing some housekeeping of curve-data > (2D & 3D), and this is retrievable in an easy way. > > It would be nice to be able to retrieve the curve_data which is > visualised. That would be perfect. not sure if gnuplot can do it already or if I misunderstood the question ;), but it seams to me that all you need is a terminal that will output plot and splot data in text format (e.g. x/y/z values)... wouldn't "terminal table" work? Octave could parse the output and you would get the data back into octave... HTH Arun |