plotting 2 & 3-d graphs of data with C

2006-04-09 Thread dick
i have done some searching for ways to graph 2 and 3-d data using a C program on openbsd and not found anything particularly satisfactory. perhaps i'm not using the right keywords. i need to graph data from a C program and would prefer one library or other program (preferably port) with a C API tha

Re: plotting 2 & 3-d graphs of data with C

2006-04-09 Thread Chris McCann
Hi, I haven't used it before but you may want to check out PLPlot, it looks like it might meet your requirements. http://plplot.sourceforge.net/ Cheers, Chris On 4/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > i have done some searching for ways to graph 2 and 3-d data using a C program

Re: plotting 2 & 3-d graphs of data with C

2006-04-09 Thread Joachim Schipper
On Sun, Apr 09, 2006 at 01:23:17PM -0500, [EMAIL PROTECTED] wrote: > i have done some searching for ways to graph 2 and 3-d data using a C > program on openbsd and not found anything particularly satisfactory. > perhaps i'm not using the right keywords. i need to graph data from a > C program and w

Re: plotting 2 & 3-d graphs of data with C

2006-04-10 Thread Jonathan Thornburg
On Sun, Apr 09, 2006 at 01:23:17PM -0500, [EMAIL PROTECTED] wrote: i have done some searching for ways to graph 2 and 3-d data using a C program on openbsd and not found anything particularly satisfactory. perhaps i'm not using the right keywords. i need to graph data from a C program and would

Re: plotting 2 & 3-d graphs of data with C

2006-04-10 Thread Matthias Kilian
On Sun, Apr 09, 2006 at 11:50:34AM -0700, Chris McCann wrote: > http://plplot.sourceforge.net/ Interesting, at least at a first glance. Right now I'm preparing a port to play a little bit. Ciao, Kili -- GUIs normally make it simple to accomplish simple actions and impossible to accompl