DEBSOURCES
Skip Quicknav
sources / matplotlib / 1.1.1~rc2-1 / examples / pylab_examples / break.py
12345678
#!/usr/bin/env python from pylab import * gcf().text(0.5, 0.95, 'Distance Histograms by Category is a really long title') show()