On Friday 24 November 2006 3:10 pm, Pierre GM wrote:
> > How could I avoid this overlapping?
>
> What about deleting your first tick  on ax2, with
>
> >>> ax2.set_xticks(ax2.get_xticks()[1:])
>
> at the end of your code ?

Or, you can change the formatter of your yaxis to OldScalarFormatter, which 
renders the scientific notation in each tick label, rather than at the top of 
the axis.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to