Re: [matplotlib-devel] Transforms for collections on date axes

2008-07-28 Thread Eric Firing
Eric Bruning wrote: > I raised this a week or so ago on mpl-users, and after some more > digging I thought I'd bring it over to mpl-dev. > > With the following snippet, I expect a vertical Line2D from y=(0, 2) > and a Collection of squares at y=(4, 5, 6) at the specified time. > > The actual resu

[matplotlib-devel] Transforms for collections on date axes

2008-07-28 Thread Eric Bruning
I raised this a week or so ago on mpl-users, and after some more digging I thought I'd bring it over to mpl-dev. With the following snippet, I expect a vertical Line2D from y=(0, 2) and a Collection of squares at y=(4, 5, 6) at the specified time. The actual result is a vertical line and no squar