On Thu, Jul 9, 2009 at 9:44 AM, Johann Cohen-Tanugi<co...@lpta.in2p3.fr> wrote:
> Hello, how can I center axis tick labels, so that the labels ends up at
> the center between 2 ticks.
>

There is no support for this, though you can left or right align a
label with a single tick::

  for label in ax.xaxis.get_xticklabels():
      label.set_horizontalalignment('right')

JDH

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to