Prev: looking for simple 3d plotting program
Next: CFT: print/pdftk port compiled with Java compiler from gcc 4.5
From: Robert Huff on 8 Apr 2010 11:05 Robert Huff writes: > I have a project for which I need to produce a {gif, jpg, png} > of a 3d space, with labled axes, and plot a small number (<25 ??) of > points within it, either with labels or as icons. > Two constraints: > Current code is written in C. I expressed myself badly. What I should have said was: It must be usable via C function calls. Robert Huff _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Alexey Shuvaev on 8 Apr 2010 15:21
On Thu, Apr 08, 2010 at 11:05:15AM -0400, Robert Huff wrote: > > Robert Huff writes: > > > I have a project for which I need to produce a {gif, jpg, png} > > of a 3d space, with labled axes, and plot a small number (<25 ??) of > > points within it, either with labels or as icons. > > Two constraints: > > Current code is written in C. > > I expressed myself badly. What I should have said was: > > It must be usable via C function calls. > Not the best and the most elegant way to achieve this, but... you can try math/gnuplot. It can do 3d. |