in reply to PDL::Graphics::PGPLOT help

There are two PGPLOT examples in the PDL distribution.

Replies are listed 'Best First'.
Re^2: PDL::Graphics::PGPLOT help
by etj (Priest) on Jun 06, 2022 at 02:34 UTC
    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