matplotlib

This Page

pylab_examples example code: break.pyΒΆ

(Source code, png)

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