public marks

PUBLIC MARKS from YukuanMark with tags python & Matplotlib

24 September 2006

Matplotlib / pylab - matlab style python plotting (plots, graphs, charts)

There are a lot of features under the hood in matplotlib. This tutorial is a good place to start. When you are finished with it, the next step (other than getting to work on your own figures, of course) is to download the source distribution and take a lo

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

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.