Menu

Code Commit Log


Commit Date  
[r3747] by mdboom

A further optimization of the new dedent.

2007-08-28 19:49:53 Tree
[r3746] by mdboom

A further optimization of the new dedent.

2007-08-28 19:49:29 Tree
[r3745] by mdboom

Oops in last commit.

2007-08-28 19:20:08 Tree
[r3744] by mdboom

Use regular expressions to do dedenting. This is ~15X faster than the
old implementation. dedent accounted for around 30% of the time spent
in "import pylab", so was probably worthy of optimization, even if this
regex approach is less clear. The results are identical to the old
implementation, with the exception of a single docstring (in
backend_bases.py) that needed to be fixed.

2007-08-28 19:17:21 Tree
[r3743] by mdboom

Fix bug where some the images of some math expressions were truncated
at the edges when using Agg backend.

2007-08-28 12:27:56 Tree
[r3742] by mdboom

Better fontconfig pattern standards compliance. Added experimental
(may be removed) fontconfig support.

2007-08-27 19:34:23 Tree
[r3741] by mdboom

Allow markup kwarg in more places.

2007-08-27 19:33:45 Tree
[r3740] by mdboom

Better mathtext error messages. Fix bug when using \sqrt without
explicit root.

2007-08-27 19:32:38 Tree
[r3739] by mdboom

Cleaned up some comments.

2007-08-27 18:51:22 Tree
[r3738] by mdboom

mathtext.* font rcParams now use fontconfig patterns to specify fonts.
Support converting FontProperties objects to/from fontconfig patterns.

2007-08-27 15:42:44 Tree
Older >