Re: [Matplotlib-users] Graphing in 3d

2009-09-04 Thread Brent Pedersen
On Fri, Sep 4, 2009 at 10:11 AM, Westly Ward wrote: > Hi. I need some help creating a 3d wireframe in matplotlib in python. Here > is my code. > > Code: > from __future__ import division > import matplotlib.pyplot as plt > from numpy import * > > fig = plt.figure() > from mpl_toolkits.mplot3d impor

[Matplotlib-users] Graphing in 3d

2009-09-04 Thread Westly Ward
Hi. I need some help creating a 3d wireframe in matplotlib in python. Here is my code. Code: from __future__ import division import matplotlib.pyplot as plt from numpy import * fig = plt.figure() from mpl_toolkits.mplot3d import Axes3D ax = Axes3D(fig) xlist = [] ylist = [] zlist = [] for x in ra