On Sun, Mar 27, 2011 at 8:25 PM, Angus McMorland wrote:
> On 27 March 2011 20:47, Warren Weckesser
> wrote:
> > I'm using matplotlib 1.0.1. I have the following simple script to plot a
> > surface:
> >
> > -
> > from numpy import linspace, sin, cos, meshgrid
> >
> > from matplotlib.pyplot i
On 27 March 2011 20:47, Warren Weckesser wrote:
> I'm using matplotlib 1.0.1. I have the following simple script to plot a
> surface:
>
> -
> from numpy import linspace, sin, cos, meshgrid
>
> from matplotlib.pyplot import figure, show, xlabel, ylabel
> from matplotlib import cm
> from mpl_to
I'm using matplotlib 1.0.1. I have the following simple script to plot a
surface:
-
from numpy import linspace, sin, cos, meshgrid
from matplotlib.pyplot import figure, show, xlabel, ylabel
from matplotlib import cm
from mpl_toolkits.mplot3d import Axes3D
n = 35
x = linspace(-5, 5, n)
y = l