Re: Your confirmation is required to leave the Python-list mailing list

2012-06-05 Thread mhagbeng
Le 05.06.2012 22:29, python-list-confirm+0ddf652b9a76d520bd9945a702f68cbf7a1d2...@python.org a écrit : Mailing list removal confirmation notice for mailing list Python-list We have received a request for the removal of your email address, "mhagb...@enib.fr" from the python-list@python.org maili

colorbar of image

2012-05-31 Thread mhagbeng
that is my script from matplotlib import pyplot img = pyplot.imread('image.png') pyplot.imshow(img) pyplot.show() the problem is i want to display either colorbar associated to the image and image or just colorbar associated to the image when i download image.png.how can i do? tk's mireill