[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

Re: [Matplotlib-users] matplotlib 1.1 latest test fail

2012-01-31 Thread Benjamin Root
On Tue, Jan 31, 2012 at 2:01 PM, Serhat Sevki Dincer jfcga...@gmail.comwrote: Hi, I have just installed the latest Numpy-1.6, Scipy-0.10 and matplotlib-1.1 from github on my ubuntu 11.04 i386 laptop. numpy and scipy tests pass, but matplotlib tests fail with two errors. Attaching the

[Matplotlib-users] subplot and image

2012-01-31 Thread Petro Khoroshyy
Hi all I try to use matplotlib ti anotate some pictures. I wanted to combine two pictures into one using subplot. But apparently subplot does not work with images. How can I do it? Thanks P.S. Here is the source: import pylab import numpy import numpy as np import matplotlib.pyplot as plt from

[Matplotlib-users] Simple plot fails with error invalid command name 'PyAggImagePhoto'

2012-01-31 Thread Eric Peterson
I¹m using python-3.2.2 with matplotlib 1.1.0 (from the py3 fork). I attempted a simple plotting test, and I get a blank Figure window together with the error messages below. I suspect that I haven¹t got matplotlib and tk/tcl setup properly, but I¹m not sure how to track down the issue. TIA,

Re: [Matplotlib-users] subplot and image

2012-01-31 Thread Tony Yu
On Tue, Jan 31, 2012 at 12:56 PM, Petro Khoroshyy khoros...@gmail.comwrote: Hi all I try to use matplotlib ti anotate some pictures. I wanted to combine two pictures into one using subplot. But apparently subplot does not work with images. How can I do it? Thanks P.S. Here is the source: