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 plot‐
14 ting routines in PDL. On its own it does not do any work it merely
15 passes information to the appropriate class. Ideally this should proba‐
16 bly 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.8.8 2000-10-26 Graphics2D(3)