Re: [Matplotlib-users] "Ordinal must be >= 1" with SuplotHost and dates

2010-05-21 Thread Jae-Joon Lee
On Wed, May 19, 2010 at 5:47 PM, Solomon M Negusse wrote: > Hello, > I came across  problem of label rotation with autofmt_xdate() in subplothost > too. Is there a new version with the bug fixed or a workaround to doing the > label rotation in subplothost? > While this is fixed in the svn, there

Re: [Matplotlib-users] "Ordinal must be >= 1" with SuplotHost and dates

2010-05-20 Thread Solomon M Negusse
Hello, I came across problem of label rotation with autofmt_xdate() in subplothost too. Is there a new version with the bug fixed or a workaround to doing the label rotation in subplothost? Thanks, Solomon Jae-Joon Lee wrote: > > The workarounds suggested in this thread does not work? > To me

Re: [Matplotlib-users] "Ordinal must be >= 1" with SuplotHost and dates

2010-01-13 Thread Jae-Joon Lee
The workarounds suggested in this thread does not work? To me, the ordinal thing is not actually a bug, but you need some extra caution to avoid this error happening. The issue with the label roration is a different matter though. Regards, -JJ On Wed, Jan 13, 2010 at 8:16 AM, Rodribat wrote:

Re: [Matplotlib-users] "Ordinal must be >= 1" with SuplotHost and dates

2010-01-13 Thread Rodribat
Hi matplotlib users! Did someone solve the problem of use fig.autofmt_xdate() function with SubplotHost object? I googled for it and I found this question only here, without solution. Is there a bug? Anyone knows someway to solve this? Thank you, []'s Rodrigo Batista David GUERINEAU wrote:

Re: [Matplotlib-users] "Ordinal must be >= 1" with SuplotHost and dates

2009-07-02 Thread Jae-Joon Lee
I can reproduce the error with the svn version. It seems that the problem is not SubplotHost specific, i.e., you have same problem if you use mpl's original axes with twinx. I think it has something to do with the axes sharing in general. Preventing autoscale of xaxis suppress the error. host.set