1
0

debug integrator

This commit is contained in:
Thibault Barnouin
2021-10-22 14:10:12 +02:00
parent b096021fc4
commit 71f00c26a8
3 changed files with 17 additions and 9 deletions

View File

@@ -11,6 +11,8 @@ class DynamicUpdate():
min_x = -10
max_x = 10
plt.ion()
def on_launch(self):
#Set up plot
self.figure, self.ax = plt.subplots()