[Matplotlib-users] divmod returns empty tuple sometimes?

2006-07-28 Thread Glen W. Mabey
Hello, Using 0.87.4, I'm getting this traceback with a date plot: /usr/local/stow/matplotlib-0.87.4/lib/python2.4/site-packages/matplotlib/dates.py in _from_ordinalf(x, tz) 154 dt = datetime.datetime.fromordinal(ix) 155 remainder = x - ix -- 156 hour, remainder =

Re: [Matplotlib-users] Pixel placement of text

2006-07-28 Thread Bill Baxter
Great. Thanks. I'll take a look at that file. Is transFigure the one that I was calling screen space? --bb On 7/28/06, Eric Firing [EMAIL PROTECTED] wrote: Bill, You can see an example of how to do something similar by looking at the QuiverKey class in quiver.py. It is all a matter of

Re: [Matplotlib-users] Pixel placement of text

2006-07-28 Thread Eric Firing
Bill Baxter wrote: Great. Thanks. I'll take a look at that file. Is transFigure the one that I was calling screen space? All of the transforms go from some particular coordinate system to what one might call screen coordinates: position in dots (pixels), with (0,0) in the lower left