Documentation can be found at http://tcllib.sourceforge.net/doc/matrix.html . This module of the [tcllib] data [struct]ures collection provides a matrix structure, i.e. a 2-dimensional table of cells, organized in rows and columns. People in search of vector operations should look at either the [BLT] [vector] functionality or [VKIT]. ---- [LV] Is there any intended, or expected, relationship between tcllib's matrix and [Tktable]'s graphical display of rows and columns? [AK] A tcllib matrix can be linked to a tcl array (via traces) which then can be linked to a Tktable widget. In this way changes to the matrix are reflected in the widget and vice versa. [LV] Also, I recently saw a demo where an application used XML and XSLT to convert data into HTML in a Java client. One of the slick things the particular demo application did was to allow the user to specify via XML and XSLT how they wished to represent the data. The demo showed how they could via XSLT specify that the data be represented via a Java spreadsheet component and, without any specific support in the client (just by manipulating the stylesheet) were able to slide this ''off the shelf'' client into the visualization. Having some way to take data and visualize it seems to be particularly useful. Certainly tcllib's [report] module can be used for some degree of visualization - but perhaps other forms and crossovers would be useful. ---- [Category Command], package [tcllib], module [struct] - [Arts and Crafts of Tcl-Tk Programming]