MCPcopy Create free account
hub / github.com/Image-Py/imagepy / draw

Method draw

imagepy/ui/plotwindow.py:184–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 self.clear = self.canvas.clear
183
184 def draw(self):
185 self.canvas.paint()
186 self.Show()
187
188 def handle_move(self, x, y):
189 self.lab_info.SetLabel('X = %.1f, Y = %.1f' %(x, y))

Callers 2

plotwindow.pyFile · 0.45
updateMethod · 0.45

Calls 1

paintMethod · 0.80

Tested by

no test coverage detected