.. _pylab_examples-break: pylab_examples example code: break.py ===================================== .. plot:: /home/tcaswell/other_source/matplotlib/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`)