Graphics2D(D) User Contributed Perl Documentation Graphics2D(D) NAME PDL::Graphics2D - An object oriented interface to PDL graphics SYNOPSIS use PDL::Graphics2D; $win = PDL::Graphics2D->new(<Inter- face>, <Options>); DESCRIPTION This is an umbrella class allowing for a simple interface to all plotting routines in PDL. On its own it does not do any work it merely passes information to the appropriate class. Ideally this should probably offer a uniform inter- face to a variety of packages. This requires a lot more work before it is useful I feel, but it can be used already. perl v5.6.1 2000-10-27 Graphics2D(D)