I am trying to get alternating tick labels to move completely above and
completely below the x axis. If I call:

    set_ha('top')

... then the number appears fully below the x axis. However, when I call:

    set_ha('bottom')

... then the number appears roughly vertically centered on the axis.

I am aware that vertical alignment only matches text to its bounding box.
Is there a way to move this bounding box? I have tried calling set_position
on the text but this seems to have no effect. I would be grateful for any
suggestions as to how I can move the tick labels appropriately.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to