pylab_examples example code: boxplot_demo3.py
pylab_examples example code: broken_axis.py
Enter search terms or a module, class or function name.
(Source code, 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)