diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-31 08:50:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-31 08:50:53 +0000 |
commit | 2d594a9caace998269cf6bc5f6b0fa428708358b (patch) | |
tree | 2fe5e36d28c29fb9029943cfb4c1d39d1c4e9b8e /graphics/p5-Imager-Plot/pkg-descr | |
parent | 27563a5d6b440ec202ce20080ec8064a5c09b755 (diff) | |
download | ports-2d594a9caace998269cf6bc5f6b0fa428708358b.tar.gz ports-2d594a9caace998269cf6bc5f6b0fa428708358b.zip |
Notes
Diffstat (limited to 'graphics/p5-Imager-Plot/pkg-descr')
-rw-r--r-- | graphics/p5-Imager-Plot/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/p5-Imager-Plot/pkg-descr b/graphics/p5-Imager-Plot/pkg-descr new file mode 100644 index 000000000000..0652b17a6c08 --- /dev/null +++ b/graphics/p5-Imager-Plot/pkg-descr @@ -0,0 +1,15 @@ +This is a module for generating fancy raster plots in color. There is support +for drawing multiple datasets on the same plot, over a background image. It's +even possible to do shadows with some thinking. + +It's also possible to generate clean plots without any chartjunk at all. + +The plot is generated in a few phases. First the initial plot object is +generated and contains defaults at that point. Then datasets are added with +possible drawing specifications. + +Most of the actual work is delegated to Imager::Plot::Axis. See the +Imager::Plot::Axis manpage for more information on how to control grid +generation, ranges for data (zoom). + +WWW: http://search.cpan.org/dist/Imager-Plot/ |