Hi,
> Went looking on examples page and found there was a file name demo_image.py
> http://matplotlib.sourceforge.net/examples/axes_grid/demo_image.html
>
> However for whatever reason the source code was not downloadable (404
> error), so I copied it off the html page.
I'm not sure why the matpl
Hi Mike,
I tried to run it on windows.
Got error
D:\download\python>demo_axes_grid.py
Traceback (most recent call last):
File "D:\download\python\demo_axes_grid.py", line 2, in
from demo_image import get_demo_image
ImportError: No module named demo_image
Went looking on examples page an
Hi,
I'm trying to run a demo example,
http://matplotlib.sourceforge.net/plot_directive/mpl_toolkits/axes_grid/figures/demo_axes_grid.py
ran into this problem saying pygtk was needed:
$ curl
http://matplotlib.sourceforge.net/plot_directive/mpl_toolkits/axes_grid/figures/demo_axes_grid.py>
demo_a