Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > dc303dcad9fdd039290b4e78a58ed938 > files > 784

python-matplotlib-0.99.1.2-4.fc13.i686.rpm

from pylab import *


subplot(211)
imshow(rand(100,100))
subplot(212)
imshow(rand(100,100))

subplots_adjust(bottom=0.1, right=0.8, top=0.9)
cax = axes([0.85, 0.1, 0.075, 0.8])
colorbar(cax=cax)
show()