Reference
Components
Graph Dots
Description
Draws a set of points using a dot for each point. The Float Array input supplies the y-coordinates. These are assumed to be in the range
0 to 1 ( –1 to 1 if the graph is centred on zero). This means that you may need to use the Norm component if you want to make sure that
your values are all visible. The x-coordinates are automatically generated and are equally spaced across the horizontal axis.
Connectors
Inputs Type Outputs Type
View to draw onto
View The same View as the
input, but anything
connected here is
drawn on top
View
The array of y-
coordinates
Float Array
The area of the view
that the graph will be
drawn into
Area
The dot colour Colour
Radius of the dots
(grid sq.)
Float
True if the graph is
centred on zero, False
otherwise
Boolean
137 of 494