24 September 2006
matplotlib without a GUI
matplotlib has two primary APIs. The easiest to use is the pylab interface. When that module is imported it checks for a setup file, initializes the GUI, and does a few other things to simplify interactive plotting. pylab is built on top of the matplotlib
code.enthought.com - Chaco
Chaco is a Python plot application toolkit. It is meant to facilitate writing plotting applications of all levels of complexity, from simple scripts with hard-coded data to large plotting programs with complex data interrelationships and a multitude of in
03 September 2006
matplotli.mathtext
mathtext is a module for parsing TeX expressions and drawing them into a matplotlib.ft2font image buffer. You can draw from this buffer into your backend.
15 August 2006
Matplotlib / pylab - matlab style python plotting (plots, graphs, charts)
matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mat
1
(4 marks)