http://matplotlib.svn.sf.net/svnroot/matplotlib/trunk/matplotlib
........
r3832 | dsdale | 2007-09-11 14:46:47 -0400 (Tue, 11 Sep 2007) | 3 lines
removed MANIFEST from revision control. It is generated by MANIFEST.in
when building source distribution archives
........
r3833 | jrevans | 2007-09-11 15:40:27 -0400 (Tue, 11 Sep 2007) | 5 lines
Added the ability for the following in the various GUI backends:
>>> import pylab
>>> fig = pylab.figure()
>>> fig.canvas.set_window_title("My Plot Window")
........
r3834 | jouni | 2007-09-12 03:04:38 -0400 (Wed, 12 Sep 2007) | 3 lines
Further development of dviread. It now attempts to read virtual fonts,
but the positioning is still somewhat off.
........