[Matplotlib-users] problem finding axes_grid1

2012-01-31 Thread BG
Hello all, I'm new to using Matplotlib. I am on Ubuntu 10.4, and I installed through apt-get. I then downloaded and installed basemap according to the instructions on the basemap site. However, when I run simpletest.py from the basemap package, I get an error ImportError: No module named

Re: [Matplotlib-users] problem finding axes_grid1

2012-01-31 Thread Benjamin Root
On Sunday, January 29, 2012, BG barterguy8675...@gmail.com wrote: Hello all, I'm new to using Matplotlib. I am on Ubuntu 10.4, and I installed through apt-get. I then downloaded and installed basemap according to the instructions on the basemap site. However, when I run simpletest.py from

Re: [Matplotlib-users] problem finding axes_grid1

2012-01-31 Thread Jae-Joon Lee
I believe the matplotlib package in ubuntu 10.4 is v0.99.1, which does not include axes_grid1. You need to install newer version of matplotlib. Regards, -JJ On Mon, Jan 30, 2012 at 3:58 AM, BG barterguy8675...@gmail.com wrote: Hello all, I'm new to using Matplotlib.  I am on Ubuntu 10.4,

Re: [Matplotlib-users] problem finding axes_grid1

2012-01-31 Thread BG
Here are the outputs from running a basemap test and a test from the matplotlib examples. Thank you for your help. TEST FROM MATPLOTLIB EXAMPLES: ~/Downloads/matplotlib-1.1.0/examples/axes_grid$ python simple_axesgrid.py Traceback (most recent call last): File simple_axesgrid.py, line 2, in

Re: [Matplotlib-users] problem finding axes_grid1

2012-01-31 Thread Benjamin Root
On Tue, Jan 31, 2012 at 10:05 AM, BG barterguy8675...@gmail.com wrote: Here are the outputs from running a basemap test and a test from the matplotlib examples. Thank you for your help. TEST FROM MATPLOTLIB EXAMPLES: ~/Downloads/matplotlib-1.1.0/examples/axes_grid$ python