aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Imager-Plot/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-08-31 08:50:53 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-08-31 08:50:53 +0000
commit2d594a9caace998269cf6bc5f6b0fa428708358b (patch)
tree2fe5e36d28c29fb9029943cfb4c1d39d1c4e9b8e /graphics/p5-Imager-Plot/pkg-descr
parent27563a5d6b440ec202ce20080ec8064a5c09b755 (diff)
downloadports-2d594a9caace998269cf6bc5f6b0fa428708358b.tar.gz
ports-2d594a9caace998269cf6bc5f6b0fa428708358b.zip
add p5-Imager-Plot 0.09
Perl extension for generating fancy graphic plots in color
Notes
Notes: svn path=/head/; revision=117726
Diffstat (limited to 'graphics/p5-Imager-Plot/pkg-descr')
-rw-r--r--graphics/p5-Imager-Plot/pkg-descr15
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/