On 9/12/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:

> Thanks for taking the time.  Very helpful (and please excuse the mess in
> the code -- I was just trying to get something end-to-end working before
> refining/optimizing/documenting etc...)

I think this is definitely the right approach -- get something that
works in the existing framework and understand where the various
issues are and then try and peel away the stuff that is not ideal.  I
looked at the tick labels -- if you just comment out the
transformation offset

trans = trans + Affine2D().translate(0, -1 * self._padPixels)

the tick labels show up too (minus the pad of course), so my guess is
some reference is being lost in the addition....

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to