Re: [Matplotlib-users] Remove backgroundimage

2014-01-27 Thread Phil Elson
As with most other artists, you should be able to just call remove on the resulting artist. e.g. im = plt.imshow(...) ... im.remove() HTH On 2 January 2014 11:58, flambert wrote: > Hi, > > Does somebody knows how can I remove a backgroundimage. I set the image > with > imshow. > > regards

[Matplotlib-users] Remove backgroundimage

2014-01-02 Thread flambert
Hi, Does somebody knows how can I remove a backgroundimage. I set the image with imshow. regards, flambert -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Remove-backgroundimage-tp42658.html Sent from the matplotlib - users mailing list archive at Nabble.com. ---