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
Hi,
I have a Macbook with OS 10.6.6 with a fink installation and am still using
python 2.5.5. I installed matplotlib 1.0.0. The backend is Tkagg.
Trying to start a plot causes a crash of the python shell as follows:
bash-3.2$ python2.5
Python 2.5.5 (r255:77872, Mar 27 2011, 11:08:21)
[GCC