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)

#!/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)