towards jungfrau and shapepath...
This commit is contained in:
@@ -149,6 +149,9 @@ class Grid(pg.ROI):
|
||||
self.addScaleHandle([0, 0], [1, 1])
|
||||
self.addScaleRotateHandle([1, 0], [0, 0])
|
||||
|
||||
def get_points(self):
|
||||
return np.array(((1,2),(3,4),(5,6)),dtype=np.float)
|
||||
|
||||
def paint(self, p, *args):
|
||||
#pg.ROI.paint(self, p, *args)
|
||||
sz=self.state['size']
|
||||
|
||||
Reference in New Issue
Block a user