Skip to content

Instantly share code, notes, and snippets.

@Xyzrr
Xyzrr / spec.json
Last active September 9, 2023 17:29
Vega Platformer
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 400,
"height": 400,
"data": [
{
"name": "wandb",
"values": [
{"x": 5, "y": 30, "color": "red"},
{"x": 6, "y": 30, "color": "red"},