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)
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 th
On 8 March 2011 09:40, Paul Hobson wrote:
> Is it in git or svn? I just cloned and installed from git using:
> git clone git://github.com/astraw/matplotlib.git
> cd matplotlib
> sudo python setupegg.py develop
>
> Starting ipython, and importing matplotlib, I get:
> In [2]: matplotlib.__version__