> For the complete documentation index, see [llms.txt](https://docs.siminsights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siminsights.com/hyperskill-studio-authoring/virtual-entities/special-virtual-objects/graph.md).

# 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 and dot color you want

* 0: white
* 1: black
* 2: red
* 3: green
* 4: blue
* 5: yellow
* 6: cyan
* 7: magenta
* default: orange
