Martin, et al --

...and then Martin A. Hansen said...
% 
% hi

Hi!


% 
% i have script which generates a set of xy coordinates.
% 
% how can i get the script to generate a gnuplot postscript file from theses
% xy-pairs?

It's been a while since I've played with gnuplot, so I have no idea of
the actual grammar, but what about something like

  $psfile = "/path/to/psfile" ;
  $setfile = "/path/to/setfile" ;
  exec "/path/to/gnuplot -o $psfile $setfile" ;

for starters?  If gnuplot will take stdin and write to stdout, you could
even send the coordinates to it and read the plot file back.


% 
% martin


HTH & HAND

:-D
-- 
David T-G                      * There is too much animal courage in 
(play) [EMAIL PROTECTED] * society and not sufficient moral courage.
(work) [EMAIL PROTECTED]  -- Mary Baker Eddy, "Science and Health"
http://justpickone.org/davidtg/      Shpx gur Pbzzhavpngvbaf Qrprapl Npg!

Attachment: msg36566/pgp00000.pgp
Description: PGP signature

Reply via email to