From: Darren D. <dd...@co...> - 2006-11-24 20:14:32
|
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. |