taille de la cnc

This commit is contained in:
mpboyer 2025-01-15 00:17:06 +01:00
parent c139f891d7
commit 0805b54e31

View file

@ -111,6 +111,8 @@ class Douche:
ax = self.fig.add_subplot(111)
self.xs = []
self.ys = []
ax.set_xlim([0, 300])
ax.set_ylim([0, 300])
self.line, = ax.plot(self.xs, self.ys)
def add_point(self, x, y):