overlay image over image

43 views
Skip to first unread message

dkon

unread,
Oct 17, 2017, 11:48:52 PM10/17/17
to pyqtgraph
Hi

I tried to search for this but can't seem to find something that works.

I am displaying an image 

img =pg.ImageItem(data)
self.plot.addItem(img)

I then want to overlay data on top of this

img2 = pg.ImageItem(data2)
self.plot.addItem(img2)

When I display the second one the plot is cleared. Is there a way I can overlay the second image?

Darren


Reply all
Reply to author
Forward
0 new messages