Scatterplot - Data files / entry


Additionaly to the x-/y-values you may visualize 4 additonal values for each datapoint:

Alternatively you may define groups and customize symbols for these groups (see below).


Datafiles

SUMO supports a custom format as well as tab delimited text file.

Tab delimited text files:

Simple ASCII text files:

All data may be supplied as floating point values.
Non numeric values in data fields as well as mising data vlaues are converted to ZERO.
Superficial data are ignored.
SUMO tries to acommodate both german as well as english decimal divider.
Size value - used to scale the individual data point's symbol size - should be supplied as positive values.
Internally it is always converted to positive numbers.
Name for a data point should not contain internal TABs.
Data lines with both invalid x- and y-value are skipped.

When opening a datafile select the required data format from the format list:



Custom SUMO scatterplot format

A xml like format, containg data as well as formating/viewing information (e.g. selection groups).











Drag and drop data files


Drag a suited data file from Windows' explorer into Scatterplot Viewer.
SUMO tries to recognize the data format and uses the most similar pattern to parse the data.
Superficial data are ignored.











Copy paste data


Paste data from Windows clipboard into Scatterplot viewer.

Similar restrictions for data as with data file loading apply.

Select Main menu | Edit | Paste data.


Paste multi-column data:

Paste single data columns independently:

All data columns MUST have exactly the same number of entries - obviously.
X- and Y- MUST be pasted. All other are optional.
Paste X-data first.
Additional data rows - exceeding the length of X-data - are ignored,
missing data vlaues are set to ZERO.