Friday, December 14, 2007

Check out this minicalc


This is an attempt to embed the mini calculator from CLIPS into this post

You can do this too !

Great graphing tools

Ross - great work on customizing these graphing tools (more details in his original post)

There has been some functionality that we wanted to add, including labeling of axes and adding control points to graphs that necessitated creating our own version of the classes. Examples of our work and the original examples are available here.

Some of the work I've done manipulates the arrays directly to simulate the building of a graph over time ... I've created functions to do this - like AddToGraph(newx, newy) , and ClearGraph() - but these functions haven't been added to the classes ... I'm wondering if this is something we should consider ?

- Greg
:-)