.. _pylab_examples-break:

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



.. plot:: /media/TOSHI/temp/numpy_scipy_matplotlib/matplotlib/matplotlib-1.1.1~rc2/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`)