diff options
author | krion <krion@FreeBSD.org> | 2003-09-30 22:47:16 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-30 22:47:16 +0800 |
commit | 2e357af47db8d3acd2d1ecf55eba288951a23994 (patch) | |
tree | 44f8f8ec14f3447521154440ffb2dba4f21c8ab5 /graphics/xd3d/pkg-descr | |
parent | 166cef85d6fc53052d045504fc63310f13cff6df (diff) | |
download | freebsd-ports-gnome-2e357af47db8d3acd2d1ecf55eba288951a23994.tar.gz freebsd-ports-gnome-2e357af47db8d3acd2d1ecf55eba288951a23994.tar.zst freebsd-ports-gnome-2e357af47db8d3acd2d1ecf55eba288951a23994.zip |
Add xd3d 8.0.2, a simple scientific visualization tool.
It can plot 2d and 3d meshes, with shadowing, contour
plots, vector fields, iso-contour (3d), as well as 3d surfaces
z=f(x,y) defined by an algebraic expression or a cloud of
points. It generates high quality vector PostScript files for
scientific publications and still or animated bitmap images.
It includes the graph plotter xgraphic.
PR: 56986
Submitted by: thierry@pompo.net
Diffstat (limited to 'graphics/xd3d/pkg-descr')
-rw-r--r-- | graphics/xd3d/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/xd3d/pkg-descr b/graphics/xd3d/pkg-descr new file mode 100644 index 000000000000..2d4c705f22da --- /dev/null +++ b/graphics/xd3d/pkg-descr @@ -0,0 +1,10 @@ +xd3d is a simple scientific visualization tool designed to be easy to learn. + +It can plot 2d and 3d meshes, with shadowing, contour plots, vector fields, +iso-contour (3d), as well as 3d surfaces z=f(x,y) defined by an algebraic +expression or a cloud of points. It generates high quality vector PostScript +files for scientific publications and still or animated bitmap images. + +It includes the graph plotter xgraphic. + +WWW: http://www.cmap.polytechnique.fr/~jouve/xd3d/ |