"John Hunter" <[EMAIL PROTECTED]> writes: > When I run your script with 91.5 (svn branch) vs 98.3 (svn head), I > see that the text labels do not align with the images (PDF only, not > Agg) in 98.3 and not 91.5. Is this the problem you are describing?
It's not exactly alignment, it's that the image (consisting of all the little color bars) is upside down. The part of the pdf backend that writes out the images hasn't changed very much between 0.91 and 0.98: both essentially do img.flipud_out() # get rgba data of image and write it in the output file img.flipud_out() If I comment out the flipud_out method calls in 0.98, it works correctly with this example but gets image_origin.pdf wrong. I'm at a loss to figure out the difference between image_origin.py and Haibao Tang's script. Does anyone have a clue? -- Jouni K. Seppänen http://www.iki.fi/jks ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users