def highlightCorner(self,corner): c=ptc.Circle([corner[0],corner[1]],radius=6,fill=False,color=self.ROI.color) self.highlighted=self.ax.add_patch(c) self.canvas.draw() return c