Robert,

you can solve this by passing the an array ref with the PlotPosition
option to env. For example

  env(0,1,0,1,{PlotPosition=>[0.1,0.9,0.1,0.5]});
  points(...)
  env(0,1,0,1,{PlotPosition=>[0.1,0.9,0.5,0.9]});
  lines(...)

Will put one plot above the other within the same device with no gap
between them.

Cheers,

  Rahman

On Fri, 2007-02-23 at 17:48 +0100, Robert Cumming wrote:
> I've made some progress with PDL::Graphics::PGPLOT.  Now I want to try
> generating plots with boxes of different dimensions and different
> scales on the same page.
> 
> Now I've stared at the manpage (and the one for Window) quite a lot
> and I'm still not sure whether that's possible and if so, how.
> 
> Should I be thinking of multiple Windows in the same device, or
> multiple envs in the same window, or what?  Any pointers (or
> examples!) would be really welcome.
> 
> Robert
-- 
__________________________________________________________
Rahman Amanullah,                         +46 8 553 786 61
Stockholm University                         ICQ: 62860758
Stockholm Centre for Physics,                    17d 50m E
Astronomy & Biotechnology                        59d 26m N

PGP/GPG key ID: 0x3C229C80



_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to