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 ax
On Sunday, January 29, 2012, BG 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
the basemap package, I get
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 wrote:
> Hello all,
>
> I'm new to using Matplotlib. I am on Ubuntu 10.4, and I installed through
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
On Tue, Jan 31, 2012 at 10:05 AM, BG 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 simple_axesgrid.py
> Traceback (most r
On Tue, Jan 31, 2012 at 2:01 PM, Serhat Sevki Dincer wrote:
> 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 related files..
>
>
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 ma
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,
Eric
On Tue, Jan 31, 2012 at 12:56 PM, Petro Khoroshyy wrote:
> 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