layout:
OneGraphPlusSidebar:
graph:
objects:
# Point object at coordinates (6,4)
- Point:
coordinates: [6,4]
label:
text: A
# Red point object at coordinates (3,3)
- Point:
coordinates: [3,3]
color: red
label:
text: \text{other dot}
sidebar:
controls:
- title: My Title Here
description: Have fun!