Re: [matplotlib-devel] matplotlib.image.AxesImage can't work.

2007-11-30 Thread hjc520070
Thank u for your help. I did it as your reply. But some questions appear again . Can you give me some more advice , your help will be appreciated. Code are as following: You know when I do "self.ax.images.append(self.im)" in pylab . It do properly , But ,it fail here. Thank you! # -*- coding:

Re: [matplotlib-devel] matplotlib.image.AxesImage can't work.

2007-11-29 Thread John Hunter
On Nov 29, 2007 7:34 AM, hjc520070 <[EMAIL PROTECTED]> wrote: > > I just want to show a matplotlib.image.AxesImage on a figure. But It can't > work properly. Can somebody help me? The code are following: when I run it > , It just show a white figure. But I Set it cm.Greens .It doesn't work . Axes

[matplotlib-devel] matplotlib.image.AxesImage can't work.

2007-11-29 Thread hjc520070
I just want to show a matplotlib.image.AxesImage on a figure. But It can't work properly. Can somebody help me? The code are following: when I run it , It just show a white figure. But I Set it cm.Greens .It doesn't work . Why? # -*- coding:gb2312 -*- import matplotlib matplotlib.use("WXAgg")