Re: XY plotting tool in TCL/TK
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: XY plotting tool in TCL/TK

From: Torsten Reincke <reincke@typoscriptics.de>
Date: Fri Oct 28 2005 - 09:13:36 CEST

> I would like to know if there is any tool available which
> I would like
> to use for plotting the XY data through programatically.

You want to try BLT (http://wiki.tcl.tk/blt) which offers nearly
everything you need for plotting xy data.

It is, though, not written in Tck/tk, since it is a C extension, but it
is written for Tcl/tk so you use like any other extension within your
Tcl script. If you need a tool written in pure Tcl/tl (i.e. without any
binary compiled stuff) there is this page -> http://mini.net/tcl/13784
listing quite a few of them, all with more or less restrictions. There
is also a pure Tcl/Tk extension in tcllib (named plotchart:
http://wiki.tcl.tk/plotchart)

Torsten
Received on Mon Nov 21 00:36:19 2005