|
From: Mirko V. <mir...@gm...> - 2009-07-16 13:22:21
|
Great, Can you provide a code snippet regarding `you need to specify different windows within your multiplot' below? It is no huge rush - i.e., when your work takes you close to some useful example Thanks On Wed, Jul 15, 2009 at 3:16 PM, Leigh Smith<le...@le...> wrote: > 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 *** code snippet needed here ! > (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 > > |