Re: [matplotlib-devel] pyplot.fill() and masked arrays

2008-12-05 Thread Ryan May
Eric Firing wrote: > Ryan May wrote: >> Now, what about dates? I'm having problems using dates for the x-axis >> for fill_between. I know I can use date2num on my array, but I was >> wonder if there was some magic I could add to the fill_between code. > > Magic is the operative word. It is sp

Re: [matplotlib-devel] reimplemented legend class

2008-12-05 Thread Tony Yu
On Dec 4, 2008, at 7:21 PM, Jae-Joon Lee wrote: John, I just committed changes to SVN that reflect most of your comments. I didn't add the optional transformation support yet though. I'm getting a truncated line when calling: >>> plt.legend(numpoints=1) In the legend, I see a short dashed

Re: [matplotlib-devel] reimplemented legend class

2008-12-05 Thread Jae-Joon Lee
Tony, I'll look at this problem. Anyhow, it seems to me that it happens because the handle length is too short. Can you try longer handle length and see what happens? The code for drawing handles are mostly identical to the previous one. Regards, -JJ On Fri, Dec 5, 2008 at 1:46 PM, Tony Yu <[E

Re: [matplotlib-devel] reimplemented legend class

2008-12-05 Thread Jae-Joon Lee
Tony, Sorry. It turned to be a bug I introduced during the update. It should be fixed in r6499. Thanks, -JJ On Fri, Dec 5, 2008 at 3:47 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > Tony, > > I'll look at this problem. > Anyhow, it seems to me that it happens because the handle length is too s