Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > dc303dcad9fdd039290b4e78a58ed938 > files > 624

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

#!/usr/bin/env python
from pylab import *


gcf().text(0.5, 0.95,
           'Distance Histograms by Category is a really long title')

show()