Graph
A special VO that displays a graph
"Graph" is a Special Virtual Object that displays a scatter plot. To add a custom text display, search for “TextDisplay” in the virtual object search panel. Add these customizable attributes.
Customizable Attributes:
“Data”: (String) points to draw. The format must be as follows:
(x1, y1); (x2, y2); (x3, y3); ...
“xMin”: (Float) minimum range of x-axis
"xMax": (Float) maximum range of x-axis
“yMin”: (Float) minimum range of y-axis
"yMax": (Float) maximum range of y-axis
“xTick”: (Float) number of units between each tick on the x-axis
"yTick": (Float) number of units between each tick on the y-axis
"AnimationTime": (Float) total time of the graph animation showing dots left to right
“Color”: (Integer) pick a number correspond to the text color you want
0: white
1: black
2: red
3: green
4: blue
5: yellow
6: cyan
7: magenta
default: orange
Last updated