Hi all,
I'm going crazy with ticklabels positions, I just want to update yticklabels 
but nothing changes :
>tlist=gca().get_yticklabels()
>tlist[1].get_position()
              Out [571]:(0.0, 1.0)
>tlist[1].set_position((0.0, 2.0))
>draw()
>tlist[1].get_position()
              Out [574]:(0.0, 1.0)
Do I miss something?
Thanks

-- 
Lionel Roubeyrie - [EMAIL PROTECTED]
Chargé d'études et de maintenance
LIMAIR - la Surveillance de l'Air en Limousin
http://www.limair.asso.fr


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to