Re: [matplotlib-devel] Seams in a grid of images

2012-06-14 Thread Benjamin Root
On Thu, Jun 14, 2012 at 11:08 AM, tcb wrote: > Hi, > > I'm trying to plot a grid of images with no spaces in between them and I > have problems with the snapping. The grid is computed in data coordinates > and the positions of the images are determined by the extents parameter > > ax.imshow(read_

Re: [matplotlib-devel] Seams in a grid of images

2012-06-14 Thread tcb
On Thu, Jun 14, 2012 at 4:12 PM, Benjamin Root wrote: > > > On Thu, Jun 14, 2012 at 11:08 AM, tcb wrote: > >> Hi, >> >> I'm trying to plot a grid of images with no spaces in between them and I >> have problems with the snapping. The grid is computed in data coordinates >> and the positions of th

[matplotlib-devel] Seams in a grid of images

2012-06-14 Thread tcb
Hi, I'm trying to plot a grid of images with no spaces in between them and I have problems with the snapping. The grid is computed in data coordinates and the positions of the images are determined by the extents parameter ax.imshow(read_png(filename), extent=extent, snap=True) The images and e