Final Thoughts

In this tutorial you learned how to create graphs and plot data inside the graphs. You also saw how you can put labels and images on the page. Finally, you learned that you can save your work, and even print it out.

Tkgraph has many more capabilities than just what is shown in this tutorial. It has the ability to create and manipulate more items like circles, lines, rectangles, and ovals. You can also use Tkgraph to overlay graphs on top of each other, and arrange a set of graphs in a grid on the Canvas.

The final advanced feature is the ability to extend Tkgraph's capabilities. Tkgraph was implemented using a scripting language called Tcl. As such, it can be used as a scripting tool. Users can write Tkgraph scripts that will drive Tkgraph to produce all sorts of plots. It is also possible to write new Tcl extensions and use those extensions in Tkgraph.

If you would like more information on the features of Tkgraph, please look at the full documentation.


[Prev] [Top]