|
From: Ethan M. <merritt@u.washington.edu> - 2007-02-06 23:32:33
|
On Tuesday 06 February 2007 15:25, Daniel J Sebald wrote: > Is it possible, or does it seem like a good feature, > to have the output of a "print" command redirected? Already there. set print "/my/output/file" print "foo" > Octave has interest in getting back the range values from gnuplot's autoranging result after a plot. Of course, that info is now in the many GPVAL_ variables, and what is nice is that "print GPVAL_X_MAX" prints out a single value that requires little processing than a simple formatted variable read (no weeding out other stuff). Perhaps everything there is needed already (I'm not as proficient in redirection as others on the list). Otherwise, would the ability to redirect "print" to a file (Windows?... any word on Vista?) or pipe be of any benefit? > > Dan > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -- Ethan A Merritt Courier Deliveries: 1959 NE Pacific Dept of Biochemistry M/S 357742 Health Sciences Building University of Washington - Seattle |