diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-06-29 20:08:25 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-06-29 20:08:25 +0800 |
commit | 06370c1001fcea5776f94b14974ebfa751742a2b (patch) | |
tree | 31df8683f14b97b29204004fb342a755d9b9b668 /math/Makefile | |
parent | a877ce02f73932e9af280aa07a18bc732dfed5a7 (diff) | |
download | freebsd-ports-gnome-06370c1001fcea5776f94b14974ebfa751742a2b.tar.gz freebsd-ports-gnome-06370c1001fcea5776f94b14974ebfa751742a2b.tar.zst freebsd-ports-gnome-06370c1001fcea5776f94b14974ebfa751742a2b.zip |
The octave-forge package is the result of The GNU Octave Repositry Project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave, contains the source for all the functions plus build and install scripts.
This is gnuplot.
Scripts to save data in gnuplot-readable formats, spectify gnuplot commands that will be used to produce graphics, and call gnuplot. See help g_ez quickly produce the most common plots.
WWW: http://octave.sourceforge.net/
PR: ports/147602
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
Feature safe: yes
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 648bcf32cc24..1fc22037467b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -228,6 +228,7 @@ SUBDIR += octave-forge-ga SUBDIR += octave-forge-general SUBDIR += octave-forge-generate_html + SUBDIR += octave-forge-gnuplot SUBDIR += octave-forge-gsl SUBDIR += octave-forge-ident SUBDIR += octave-forge-image |