You are reading an old version of the documentation (v1.4.0). For the latest version see https://matplotlib.org/stable/
matplotlib

Previous topic

pylab_examples example code: boxplot_demo3.py

Next topic

pylab_examples example code: broken_axis.py

This Page

pylab_examples example code: break.pyΒΆ

(Source code, png, hires.png, pdf)

../../_images/break.png
#!/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 Search examples)