The objectives of the project were twofold:
The graphing tool can be attached to the simulator at any time. It starts by extracting from the simulator the information about what variables can be displayed, making it fairly independent from the simulator itself. Then the user choses to display one of them. Two views are currently available: a bar-graph and a time-series graph. In the bar-graph mode some statistics can be displayed with the variable, if they are available. The user can also add more variables to the current graph, so that they can be directly compared to other variables. He/she can also create new graphs. These variables can be removed later. There is limited suppor for zooming and scrolling the graphs.


bar graph

time-series graph
IMPORTANT: In order to see this applet running you need to launch first the simulation on the same machine from which you downloaded this page from. Launching the different applet windows may take long (sometimes as long as 1 min, I know, Java is not the fastest language I've ever seen). Please be patient.
For those with an account on klamath.stanford.edu, you can get the latest copy doing a "cvs checkout ttgraph", then make it, a run it as "ttsim config.ds8".
If you have done all this, you can run the applet by going to this page.
If you still want to play around with the graphing tool, but without interacting with the simulator, you can go here.