|
From: Leigh S. <le...@le...> - 2009-07-16 17:34:12
|
(defun set-image-dimensions (image-size image-origin) (plot-command "set size ~f,~f" (first image-size) (second image- size)) (plot-command "set origin ~f,~f" (first image-origin) (second image- origin))) (set-image-dimensions '((1.0 0.5) (0.0 0.5))) (image x :reset nil) (set-image-dimesions '((1.0 0.5) (0.0 0.0))) (plot y x :reset nil) (reset-plot) On 16/07/2009, at 3:22 PM, Mirko Vukovic wrote: > 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 > Leigh -- Leigh M. Smith mailto:le...@le... http://www.leighsmith.com skype:aussieleighsmith |