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