.. _pylab_examples-break:

pylab_examples example code: break.py
=====================================



.. plot:: /builddir/build/BUILD/matplotlib-1.2.0/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`)