PGPLOT

From ACENET
Jump to: navigation, search
Description
PGPLOT graphics library and the corresponding Perl module that allows to call PGPLOT graphics library from Perl.
Modulefile
pgplot
Versions
PGPLOT: 5.2.2
PGPLOT Perl: 2.21
Documentation
PGPLOT homepage
PGPLOT Perl module homepage
Usage
To access the PGPLOT library from within your Perl script, you need load two modulefiles first:
$ module load pgplot perl
Then you can access PGPLOT by adding the following lines into your Perl scripts:
use PGPLOT;