From bug-request at octave dot org Thu Jan 5 08:51:32 2006 Subject: Re: gnuplot gset From: "Sean O'Rourke" To: "John W. Eaton" Cc: bug at octave dot org Date: Thu, 5 Jan 2006 08:42:48 -0600 "John W. Eaton" writes: > On 5-Jan-2006, Sean O'Rourke wrote: > | > | gnuset("term post eps font \"Palatino\" ... "); > | gnuplot("x as linesp, y as points pt 3"); > > Yes, I think you can define your own functions that do this. I don't > think gnuset is a good name though (seems to imply some connection to > GNU, when there is none). Just parallelism with the existing gset/gplot. > | pass the entire unevaluated line to the command function > | (possibly after joining continuation lines). > > Please see the mark_as_rawcommand function that is in 2.9.x, Ah, "rawcommand" is the magic incantation I was seeking. Thank you. /s ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------