|
Download:
VisAxes (incl. sample data) (appr. 550 KByte)
You will need the .NET Framework 2.0 to run VisAxes!
Controls:
Watch the demo video (appr. 28 MByte) to get a preview of what is possible in VisAxes.
Valid data:
- The first line in a data file must contain attribute names separated by semicolon
- The second line contains the data types of the attributes also separated by semicolon
(only "String", "Real", "Integer", "Category", and "Date" are valid)
- The rest of the lines contains the actual data
- Note that a temporal reference is only recognized if "Date" is the first attribute in the file
Example:
Date;AvgTemp;Precipitation;RelHumidity
Date;Real;Real;Integer
1893-01-01;-10.6;0;79
1893-01-02;-12.9;0.1;97
1893-01-03;-12;3.2;85
...
|