# -*- coding:utf-8 -*- import matplotlib.pyplot as pt def dessine(self): pt.imshow(self.image_, interpolation='none', extent=[xmin, xmax, ymin, ymax], origin="lower") pt.show()