diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
commit | d038a73ebd432fae3ce355b84443038f88cb7199 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /graphics/xgraph/DESCR | |
parent | 70bae73d77e50256a2ee847bd9be11b761bcea01 (diff) | |
download | pkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'graphics/xgraph/DESCR')
-rw-r--r-- | graphics/xgraph/DESCR | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/xgraph/DESCR b/graphics/xgraph/DESCR new file mode 100644 index 00000000000..fc92a6e0e7a --- /dev/null +++ b/graphics/xgraph/DESCR @@ -0,0 +1,12 @@ +The xgraph program draws a graph on an X display given data read +from either data files or from standard input if no files are +specified. It can display up to 64 independent data sets using +different colors and/or line styles for each set. It annotates the +graph with a title, axis labels, grid lines or tick marks, grid +labels, and a legend. There are options to control the appearance +of most components of the graph. + +Originally written by David Harrison, the code is mostly/completely +unchanged since December 1989, when xgraph-11 was released. +The program relies only upon Xlib calls (and not any specific +toolkit), so it should work on all X systems. |