Re: [Matplotlib-users] problem with twinx and autofmt_xdate

2010-07-19 Thread Benjamin Root
On Wed, Jul 14, 2010 at 4:54 AM, Robert Hancock wrote: > Hi > > I am trying to use autofmt_xdate() on graphs with more than 1 y-axis. But > it > seems that even calling twinx() causes errors. On python 2.5 matplotlib > 0.98 > a call to twinx() seems to switch off the functioning of autofmt_xdate(

[Matplotlib-users] problem with twinx and autofmt_xdate

2010-07-14 Thread Robert Hancock
Hi I am trying to use autofmt_xdate() on graphs with more than 1 y-axis. But it seems that even calling twinx() causes errors. On python 2.5 matplotlib 0.98 a call to twinx() seems to switch off the functioning of autofmt_xdate() (and the labels are horizontal and mashed up). On python 2.6 and mat