Jörgen Stenarson <[EMAIL PROTECTED]> writes:
> Saving a semilogy plot using the [pdf] backend the exponents come
> out wrong.
This seems to have something to do with the caching in
Text._get_layout_super(). The first script below works right, the
second has the exponents all wrong.
-
Hello all,
When you are working on matplotlib, after a checkout from the SVN
repository, which method do you use to compile extensions without
re-building and re-installing everything each time?
For now, I use this method:
- I checkout matplotlib in directory c:\projects\matplotlib.
- I add c:\pr