taille de la cnc
This commit is contained in:
parent
c139f891d7
commit
0805b54e31
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ class Douche:
|
||||||
ax = self.fig.add_subplot(111)
|
ax = self.fig.add_subplot(111)
|
||||||
self.xs = []
|
self.xs = []
|
||||||
self.ys = []
|
self.ys = []
|
||||||
|
ax.set_xlim([0, 300])
|
||||||
|
ax.set_ylim([0, 300])
|
||||||
self.line, = ax.plot(self.xs, self.ys)
|
self.line, = ax.plot(self.xs, self.ys)
|
||||||
|
|
||||||
def add_point(self, x, y):
|
def add_point(self, x, y):
|
||||||
|
|
Loading…
Reference in a new issue