On 22 November 2010 19:01, Benjamin Root wrote:
> On Thu, Nov 18, 2010 at 8:58 AM, Scott Sinclair
> wrote:
>>
>> It seems that the autofmt_xdate helper method is broken when twinx is
>> used.
>>
>> The attached patch fixes it for me and still seems to give the
>> advertised behaviour for single a
On Thu, Nov 18, 2010 at 8:58 AM, Scott Sinclair wrote:
> Hi,
>
> It seems that the autofmt_xdate helper method is broken when twinx is
> used. Consider the script below:
>
> -
> import datetime as dt
>
> import numpy as np
> import matplotlib.pyplot as plt
Hi,
It seems that the autofmt_xdate helper method is broken when twinx is
used. Consider the script below:
-
import datetime as dt
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.dates import date2num
strt = dt.datetime(2000, 3, 15, 6)