Re: [Matplotlib-users] Ratio of a plot using matplotlib

2010-01-14 Thread Yagua Rovi
2010/1/14 Andrew Straw : > Yagua Rovi wrote: >> I use matplotlib since two days only. I have done some things pretty >> good but I am now in front of a problem an I didn't found a solution >> in the documentation. >> >> I would like to draw the surface defined by the lists X, Y and the matrix Z. >>

Re: [Matplotlib-users] Ratio of a plot using matplotlib

2010-01-14 Thread Andrew Straw
Yagua Rovi wrote: > I use matplotlib since two days only. I have done some things pretty > good but I am now in front of a problem an I didn't found a solution > in the documentation. > > I would like to draw the surface defined by the lists X, Y and the matrix Z. > I get to a nice graphical output

[Matplotlib-users] Ratio of a plot using matplotlib

2010-01-14 Thread Yagua Rovi
I use matplotlib since two days only. I have done some things pretty good but I am now in front of a problem an I didn't found a solution in the documentation. I would like to draw the surface defined by the lists X, Y and the matrix Z. I get to a nice graphical output with the following code. My