jens haemmerling wrote:
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 28 Mar 2007 12:39:05 +0200
> From: "jens haemmerling" <[EMAIL PROTECTED]>
> Subject: [Matplotlib-users] surface plot...
> To: matplotlib-users@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> 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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to