|
From: Leigh S. <le...@le...> - 2009-07-16 12:14:38
|
Yes I do many multiplots within NLISP. The trick is the plot :reset nil keyword parameter to allow sending other (plot-command)'s. I do: (window) (plot-command "set multiplot") (plot y x :reset nil) ; etc ; you need to specify different windows within your multiplot (plot y x :reset nil) ; etc (plot-command "unset multiplot") (reset-plot) (close-window)) On 15/07/2009, at 5:33 PM, Mirko Vukovic wrote: > Has anyone been succesfull in producing multiple plots such as shown > here: > > http://nucl.sci.hokudai.ac.jp/~ohnishi/Lib/gnuplot.html (scroll > towards the bottom of the page). > > I tried to replicate that example, but I get the feel that nlisp's > plot command does a lot of internal set-up that counteracts the plot > commands. > > Thanks > > Mirko > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited > time, > vendors submitting new applications to BlackBerry App World(TM) will > have > the opportunity to enter the BlackBerry Developer Challenge. See > full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Nlisp-developer mailing list > Nli...@li... > https://lists.sourceforge.net/lists/listinfo/nlisp-developer Leigh -- Leigh M. Smith mailto:le...@le... http://www.leighsmith.com skype:aussieleighsmith |