diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-10 20:51:46 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-10 20:51:46 +0000 |
commit | 9a8eb4106b822c8b7d22c55cc097ef05778ee764 (patch) | |
tree | 245a0eb61892207feb024e5907dbb308920c3b02 /graphics/SciPlot/pkg-descr | |
parent | 19721549fa2447145e6da7eb620da6c5305c548e (diff) |
Notes
Diffstat (limited to 'graphics/SciPlot/pkg-descr')
-rw-r--r-- | graphics/SciPlot/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/SciPlot/pkg-descr b/graphics/SciPlot/pkg-descr new file mode 100644 index 000000000000..d1d97248735d --- /dev/null +++ b/graphics/SciPlot/pkg-descr @@ -0,0 +1,13 @@ +The SciPlot Widget is a widget capable of plotting cartesian or polar graphs, +including logarithmic axes in cartesian plots. The widget is subclassed +directly from the Core widget class, which means that it does not depend upon +any other widget set. It may be freely used with Athena, Motif, or the Open +Look/Xview widget sets. + +Features provided in the widget include automatic scaling, legend drawing, axis +labeling, PostScript output, multiple plotted lines, color support, user font +specification, dashed lines, symbols drawn at points, logarithmic scales on one +or both axes in cartesian plots, and degrees or radians as angles in polar +plots. + +WWW: http://www.questconsult.com/~jrm/SciPlot.html |