Friday, April 01, 2011

matplotlib without a GUI

matplotlib without a GUI: "To make the image file using the matplotlib API I need to make my own Figure and FigureCanvas. I'll use the FigureCanvaseAgg for the last. The from pylab import * brought in some numeric functions and the Polygon class automatically, so I'll need to import them myself"