I'm plotting some grid data using pcolor, and trying to get canvas pixel 
locations of data points using the

ax.transData.xy_tup()

method.  I am saving these figures to PNG files using the default Agg 
backend.  When I open these images up in Gimp and check the pixel 
locations, the X pixel locations are accurate, but the Y pixel locations 
I am getting from matplotlib seem to be exaggerated the further away 
from Y=0 I go.  Am I using this method incorrectly?  Could this be an 
artifact of the rendering to PNG?

Thanks,
Rich

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

Reply via email to