Re: [Matplotlib-users] Inserting an Image into a Subplot

2010-10-25 Thread Ted Kord
Thanks for the links and suggestions. Worked fine. Thx Ted On 25 October 2010 03:08, Jae-Joon Lee lee.j.j...@gmail.com wrote: There are a few ways to show images, where using imshow is one of them.

[Matplotlib-users] Inserting an Image into a Subplot

2010-10-24 Thread Ted Kord
Is it possible to insert an image in subplots? If it is, could some examples and possible documentation links be provided. Thx Ted -- Nokia and ATT present the 2010 Calling All Innovators-North America contest Create new

Re: [Matplotlib-users] Inserting an Image into a Subplot

2010-10-24 Thread Jae-Joon Lee
There are a few ways to show images, where using imshow is one of them. http://matplotlib.sourceforge.net/api/pyplot_api.html?highlight=imshow#matplotlib.pyplot.imshow Take a look at the documentation. http://matplotlib.sourceforge.net/contents.html

Re: [Matplotlib-users] Inserting an Image into a Subplot

2010-10-24 Thread Fabrice Silva
Le dimanche 24 octobre 2010 à 23:02 +0100, Ted Kord a écrit : Is it possible to insert an image in subplots? If it is, could some examples and possible documentation links be provided. Have a look at http://matplotlib.sourceforge.net/gallery.html You may find some useful examples... --