I should add, I can see that (I think) this needs to use a transform to get
it in data coordinates, because if I do this to each rectObj (each bar):

trans = rectObj.get_patch_transform()
print 'trans is: ', trans

I get:

trans is:  BboxTransformTo(Bbox(array([[ 734189.52541214,  730844.        ],
       [ 734190.52541214,  730844.33333333]])))

Which shows the data-coordinate bboxes "in there", but that's now a
BboxTransformTo object, not a Bbox object.

I'm just don't know what method turns a display-coordinate bbox into a
data-coordinate bbox.

Thanks,
Che
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and publish 
your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to