mxp has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I would like to plot multiple plots per page using the PDL::Graphics::PGPLOT interface. Can anyone direct me to an example or documentation that is human readable? Thank you for your attention, Marc Pestana

Replies are listed 'Best First'.
Re: PDL::Graphics::PGPLOT help
by moritz (Cardinal) on Jun 19, 2008 at 18:25 UTC
    There are two PGPLOT examples in the PDL distribution.
      Additionally, using PDL::Graphics::Simple, there is the multi option. From the docs:
      # Object interface - simple plotting, to file or screen $w = pgswin( size=>[8,4], multi=>[2,2] ); # 2x2 plot grid on an 8 +"x4" window