def drawCorner(self,corner): pt=ptc.Circle([corner[0],corner[1]],radius=3,fill=True,color=self.ROI.color) self.artists.append(self.ax.add_patch(pt)) return pt