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 -- 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/9eccaa55-58b3-45e4-b2b1-87797e3d5bdc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
