Revision: 3727
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3727&view=rev
Author: jouni
Date: 2007-08-21 12:42:28 -0700 (Tue, 21 Aug 2007)
Log Message:
---
Run a simple sanity check to avoid attempting to parse non-AFM files as AFM.
Modified Paths:
--
Revision: 3726
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3726&view=rev
Author: mdboom
Date: 2007-08-21 12:10:02 -0700 (Tue, 21 Aug 2007)
Log Message:
---
Fix message about wxAgg version requirement.
Modified Paths:
--
trunk/matplotlib/setup.py
Revision: 3725
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3725&view=rev
Author: mdboom
Date: 2007-08-21 12:08:55 -0700 (Tue, 21 Aug 2007)
Log Message:
---
Fix the parser so it doesn't silently fail. Speed up by using
pyparsing's packrat feature.
Modified Paths:
Revision: 3724
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3724&view=rev
Author: mdboom
Date: 2007-08-21 10:25:57 -0700 (Tue, 21 Aug 2007)
Log Message:
---
Making parser more robust -- will only accept valid symbol names.
(Re-)adding \hspace{ } command.
Modified
Revision: 3723
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3723&view=rev
Author: mdboom
Date: 2007-08-21 08:24:26 -0700 (Tue, 21 Aug 2007)
Log Message:
---
Fix docstring
Modified Paths:
--
trunk/matplotlib/src/_ttconv.cpp
Modified: trunk/matplotl
Revision: 3722
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3722&view=rev
Author: mdboom
Date: 2007-08-21 08:19:04 -0700 (Tue, 21 Aug 2007)
Log Message:
---
Prevent the mathtext cache from getting out of hand, by clearing it
after every plot.
Modified Paths:
-
Revision: 3721
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3721&view=rev
Author: mdboom
Date: 2007-08-21 08:13:49 -0700 (Tue, 21 Aug 2007)
Log Message:
---
Fix capitalization of "Pdf", which must match that in matplotlib/__init__.py
Modified Paths:
--