Create and visualize a vtk data set. The data set must contains both vector and scalar attributes of at least 100 points (or cells if you prefer). Since we have not discussed annotation, you should include a README file containing a description of your data and visualization.
There should be some design behind your dataset (e.g. not random or constant values). You may either model the data yourself or generate it. You may wish to write a program to generate the attribute values or use a tool like excel for calculation. Note: we built scalars for a dataset in Formula.tcl
The format of the vtk files can be found on the vtk website. The newer XML data sets are very nice, but the readers do not seem to be available for them, so you will probably want to stick with the older file format.
dataSet.vtk: Your data set.
dataVis.tcl: Your visualization.
README: the description of your data.