Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-14 Thread Virgil Stokes
On 14-Sep-2010 09:25, Eric Firing wrote: On 09/13/2010 12:55 PM, Eric Firing wrote: If you would like up-to-date versions of both numpy and matplotlib, then you can either find and install the *dev packages individually, or do something like this: sudo apt-get build-dep python-matplotlib sudo

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-14 Thread Virgil Stokes
On 14-Sep-2010 00:55, Eric Firing wrote: > On 09/13/2010 12:08 PM, Virgil Stokes wrote: >> On 2010-09-13 21:55, Benjamin Root wrote: >>> On Mon, Sep 13, 2010 at 2:38 PM, Virgil Stokes >> > wrote: >>> >>> I have tried to produce a very simple plot with my recent >>>

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-14 Thread Eric Firing
On 09/13/2010 12:55 PM, Eric Firing wrote: > If you would like up-to-date versions of both numpy and matplotlib, then > you can either find and install the *dev packages individually, or do > something like this: > > sudo apt-get build-dep python-matplotlib > sudo apt-get remove python No! I meant

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-14 Thread Eric Firing
On 09/13/2010 04:46 PM, jules hummon wrote: > Virgil > > The scheme illustrated below actually does work. > >> Message: 5 >> Date: Mon, 13 Sep 2010 12:55:43 -1000 >> From: Eric Firing >> Subject: Re: [Matplotlib-users] matplotlib on Ubuntu 10

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-13 Thread Benjamin Root
On Mon, Sep 13, 2010 at 5:55 PM, Eric Firing wrote: > On 09/13/2010 12:08 PM, Virgil Stokes wrote: > >> On 2010-09-13 21:55, Benjamin Root wrote: >> >>> On Mon, Sep 13, 2010 at 2:38 PM, Virgil Stokes >> > wrote: >>> >>>I have tried to produce a very simple plot with my

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-13 Thread Eric Firing
On 09/13/2010 12:08 PM, Virgil Stokes wrote: On 2010-09-13 21:55, Benjamin Root wrote: On Mon, Sep 13, 2010 at 2:38 PM, Virgil Stokes mailto:v...@it.uu.se>> wrote: I have tried to produce a very simple plot with my recent installation of matplotlib (1.0.0 64-bit) and numpy (1.5.0 64-b

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-13 Thread Virgil Stokes
On 2010-09-13 21:55, Benjamin Root wrote: On Mon, Sep 13, 2010 at 2:38 PM, Virgil Stokes > wrote: I have tried to produce a very simple plot with my recent installation of matplotlib (1.0.0 64-bit) and numpy (1.5.0 64-bit) using the following code (taken from t

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-13 Thread Benjamin Root
On Mon, Sep 13, 2010 at 2:38 PM, Virgil Stokes wrote: > I have tried to produce a very simple plot with my recent installation of > matplotlib (1.0.0 64-bit) and numpy (1.5.0 64-bit) using the following code > (taken from the matplotlib tutorial material). > > *import matplotlib > import numpy >

Re: [Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-13 Thread Jeff Whitaker
On 9/13/10 1:38 PM, Virgil Stokes wrote: I have tried to produce a very simple plot with my recent installation of matplotlib (1.0.0 64-bit) and numpy (1.5.0 64-bit) using the following code (taken from the matplotlib tutorial material). *import matplotlib import numpy import matplotlib.pyplo

[Matplotlib-users] matplotlib on Ubuntu 10.04 (64-bit)

2010-09-13 Thread Virgil Stokes
I have tried to produce a very simple plot with my recent installation of matplotlib (1.0.0 64-bit) and numpy (1.5.0 64-bit) using the following code (taken from the matplotlib tutorial material). *import matplotlib import numpy import matplotlib.pyplot as plt print matplotlib.__version__ pri