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.
>>
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
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