Hello all -

I am trying to plot two images side byside.
The problem is that I get a white line between them.
Even when the extent of the two images are exactly next to eachother.
Does anybody know how to get rid of the white line?
Here's an easy example:

from pylab import *
a = ones((10,10))
imshow(a,extent=(0,10,0,10))
imshow(a,extent=(10,20,0,10))
axis((0,20,0,10))

Thanks, Mark
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to