Scatter Plot

UI Object that displays a scatter plot.

the scatterplot object
Example Scatter Plot Object

Example XML definition

  <object
    class="ScatterPlot" 
    module="MY_MODULE"
    source="MY_OUTPUT"
    x="0"
    y="0" 
  />

Attributes

Attribute Description Default
class must be "ScatterPlot"  
x placement of the object  
y placement of the object  
w width of the object 1
h height of the object 1
module name of the module to be visualized  
source name of the output to be visualized  
title title of the object module.source
min minimum value 0
max maximum value 1
color color(s) of the points "yellow"
Attributes without default values must be specified except where described above.

Author

Martin Butz
Institut für Psychologie der Universität Würzburg

Files

ScatterPlot.js