in reply to Re: PDL::Graphics::PGPLOT help
in thread PDL::Graphics::PGPLOT help

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