Re: [matplotlib-devel] Sage patches to matplotlib

2009-08-09 Thread John Hunter
On Sun, Aug 9, 2009 at 7:48 PM, Eric Firing wrote: > I did not commit #3.  Apart from my lack of c++ expertise, I don't know how > to implement it so that it takes effect only in the Solaris case. Therefore > I am leaving this for John; or maybe he will pass it to Mike when he comes > back from va

Re: [matplotlib-devel] example data in example code

2009-08-09 Thread John Hunter
On Sun, Aug 9, 2009 at 2:01 PM, Jouni K. Seppänen wrote: > I think mirroring a directory structure is somewhat more complicated > than caching a set of arbitrary URLs in a flat cache directory. For > example, I think the remove_stale_files method will need to be changed > to walk all subdirectorie

Re: [matplotlib-devel] Sage patches to matplotlib

2009-08-09 Thread Eric Firing
jason-s...@creativetrax.com wrote: > Here are a few patches that we in Sage have been applying to our version > of matplotlib. I'm wondering if some or all of these might be > incorporated into matplotlib, or if not, if you could comment on these > patches. I've updated the following diffs to

Re: [matplotlib-devel] example data in example code

2009-08-09 Thread Jouni K . Seppänen
John Hunter writes: > * I commented out the random number appending, because I do not see > the use case, but we can re-add it when you enlighten me :-) I did that in case someone wanted to retrieve files from several different locations -- my version of the cache handler was not tied to any par

Re: [matplotlib-devel] Adding Shades Keyword to 3D routines.

2009-08-09 Thread Reinier Heeres
Hi John, I've seen them both and will apply try to fix them. I've also submitted a support request to sourceforge to see if they can fix the bug assignment issue. It's ok if you assign mplot3d bugs to me then. Cheers, Reinier On Sat, Aug 8, 2009 at 2:33 PM, John Hunter wrote: > On Fri, Aug 7, 20

[matplotlib-devel] Sage patches to matplotlib

2009-08-09 Thread jason-sage
Here are a few patches that we in Sage have been applying to our version of matplotlib. I'm wondering if some or all of these might be incorporated into matplotlib, or if not, if you could comment on these patches. I've updated the following diffs to be against 0.99.0. I've separated the pat