Dailydave mailing list archives

Re: Visualization library anyone?


From: "Matt Conover" <mconover () gmail com>
Date: Tue, 4 Apr 2006 12:33:01 -0700

Do you mean produce the graph files or you mean show them (like GUI?). If
you mean produce them, this is a simple one in C that will work for Linux
and Windows. These are some graphs generated by it:
 http://www.cybertech.net/~sh0ksh0k/projects/stoolkit/graph_sample

To use it:
1. Download
 http://www.cybertech.net/~sh0ksh0k/projects/stoolkit.zip
2. In your project, add stoolkit to the include path and to the library
path.
3. Then #include "graph.h" and link to stoolkit.lib

Look at the TestGraph function in here for sample sof the API:
 http://www.cybertech.net/~sh0ksh0k/projects/stoolkit/datatest/datatest.c

The code is basically just these two files:
 http://www.cybertech.net/~sh0ksh0k/projects/stoolkit/graph.c
 http://www.cybertech.net/~sh0ksh0k/projects/stoolkit/graph.h

Current thread: