From 29fd047cff45271d40684839069fdf1b1b203600 Mon Sep 17 00:00:00 2001 From: colyic Date: Wed, 20 Dec 2023 17:37:57 -0500 Subject: [PATCH] . --- simgui.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/simgui.json b/simgui.json index 2d11df3..d60b0c1 100644 --- a/simgui.json +++ b/simgui.json @@ -36,5 +36,25 @@ "open": true } } + }, + "Plot": { + "Plot <0>": { + "plots": [ + { + "height": 332, + "series": [ + { + "color": [ + 0.2980392277240753, + 0.44705885648727417, + 0.6901960968971252, + 1.0 + ], + "id": "NT:SmartDashboard/Target Height" + } + ] + } + ] + } } }