surface plot...

jens haemmerling wrote:

----------------------------------------------------------------------

Message: 1
Date: Wed, 28 Mar 2007 12:39:05 +0200
From: "jens haemmerling" <jhaemmerling@...380...>
Subject: [Matplotlib-users] surface plot...
To: matplotlib-users@lists.sourceforge.net
Message-ID: <20070328103905.31910@...361...>
Content-Type: text/plain; charset="us-ascii"

hello

I have problems to plot surfaces like f(x,y)=x*y...
for example "plot_surface([1,2,3], [4,5,6], [7,8,9])" doesn't work either...

I imported the following:

from numpy import *
import pylab as p
import matplotlib.axes3d as p3

does anybody have an advice?

See "simple3d.py" in the examples:

http://matplotlib.sourceforge.net/matplotlib_examples_0.90.0.zip

-- Matt