.. _pylab_examples-break: pylab_examples example code: break.py ===================================== .. plot:: /opt/het/hetdex/src/matplotlib-1.4.2/doc/mpl_examples/pylab_examples/break.py :: #!/usr/bin/env python from pylab import * gcf().text(0.5, 0.95, 'Distance Histograms by Category is a really long title') show() Keywords: python, matplotlib, pylab, example, codex (see :ref:`how-to-search-examples`)