That worked. Thanx a lot Eric. I just had to also add
interpolation='nearest' in imshow() and it worked just like matshow did.
>From: Eric Firing <[EMAIL PROTECTED]>
>To: TheSaint 555 <[EMAIL PROTECTED]>
>CC: matplotlib-users@lists.sourceforge.net
>Subject:
I am trying to create subplots with matshow. However, my code seems to be
displaying only the last matshow image and two blank plots in separate
figures. Can someone tell me what I am doing wrong?
from matplotlib.pylab import *
def SliceMat(N, i):
slice = zeros( (N, N) )
for j in range(