.. _pylab_examples-break:

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



.. plot:: /build/matplotlib-Gi1JJZ/matplotlib-1.5.1/doc/mpl_examples/pylab_examples/break.py

::

    import matplotlib.pyplot as plt
    
    plt.gcf().text(0.5, 0.95, 'Distance Histograms by Category is \
        a really long title')
    
    plt.show()
    

Keywords: python, matplotlib, pylab, example, codex (see :ref:`how-to-search-examples`)