diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-14 10:09:05 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-14 10:09:05 +0000 |
commit | e09df88e2c0dc5d127083f202b50109689bc6df4 (patch) | |
tree | 91ffbc16b15ced08912fa3a27e1c30832d538444 /math/Makefile | |
parent | Update to 0.9.13. (diff) |
Add qtiplot.
The purpose of QtiPlot was to develop a free, platform independent clone of
Origin. The result is still far away from its model, but there's a "wish to"
list that is being constantly worked on.
Features:
* Neat 2D and 3D data plotting
* ASCII-Import
* Spreadsheet and calculations in column-logic
* Great non-linear y=f(x) curve fitting and estimation of statistical
errors of the fit-parameters
WWW: http://soft.proindependent.com/qtiplot.html
PR: ports/80849
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Notes
Notes:
svn path=/head/; revision=135221
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 8fb63fb291b7..da1ce1e131f1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -211,6 +211,7 @@ SUBDIR += qgfe SUBDIR += qhull SUBDIR += qscanplot + SUBDIR += qtiplot SUBDIR += qwtplot3d SUBDIR += rascal SUBDIR += rpc |