Re: [Matplotlib-users] subplot and image

2012-01-31 Thread Tony Yu
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

[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 ma