1Graphics2D(3) User Contributed Perl Documentation Graphics2D(3)
2
3
4
6 PDL::Graphics2D - An object oriented interface to PDL graphics
7
9 use PDL::Graphics2D; $win = PDL::Graphics2D->new(<Interface>,
10 <Options>);
11
13 This is an umbrella class allowing for a simple interface to all
14 plotting routines in PDL. On its own it does not do any work it merely
15 passes information to the appropriate class. Ideally this should
16 probably offer a uniform interface to a variety of packages.
17
18 This requires a lot more work before it is useful I feel, but it can be
19 used already.
20
21
22
23perl v5.12.3 2009-10-17 Graphics2D(3)