For some reason, split // wasn't working. For this reason I am using split /\s+/, which means that any leading whitespace in your data file will cause
an extra column to be created. Otherwise, space or tab delimited text should be just fine. (Comma delimited or otherwise won't work).
The density plot is created in the form of a PNG image. This seems to work fine under Mozilla 0.9.8 and Internet Explorer 5 (MacOSX), but is not
guaranteed to be supported by all browsers. YMMV
Putting a threshold scaling value which is greater than the largest value in your data set will cause all of your data to be essentially shrunk,
and reduce the resolution.
Currently only 256 levels of gray are supported. Other colour support may be added soon.