towards jungfrau and shapepath...

This commit is contained in:
2022-08-22 09:55:30 +02:00
parent 3ef576f690
commit 0f16af5810
5 changed files with 437 additions and 36 deletions

View File

@@ -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']