Hi there, 

I get a problem when using the ROI.
If I set the width of the ROI's pen bigger than 1, it does not refresh 
correctly when moved, as is shown in the following image .
[image: img.png] <about:invalid#zClosurez>










To get the image, I modified the image analysis example as follows:

roi = pg.ROI([-8, 14], [6, 5])
roi.addScaleHandle([0.5, 1], [0.5, 0.5])
roi.addScaleHandle([0, 0.5], [0.5, 0.5])
roi.setPen("r", width=10) # I added this line
p1.addItem(roi)

roi.setZValue(10) 

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyqtgraph/42f82f4f-77a6-4122-9830-914ccfa2db2b%40googlegroups.com.

Reply via email to