Re: [matplotlib-devel] Any short plan for a new release (0.98.2 for real or 0.98.3)?

2008-07-22 Thread Jeff Whitaker
Christopher Barker wrote: > arrg! > > When am I going to learn not to click "send" until after I've read the > entire thread! > > Jeff Whitaker wrote: > >> John: I just contacted NCAR again, and it seems that they have >> relicensed the software under an OSI-based license similar to the >> U

Re: [matplotlib-devel] TextCollection

2008-07-22 Thread John Hunter
On Mon, Jul 21, 2008 at 11:35 PM, Ryan May <[EMAIL PROTECTED]> wrote: > Hi, > > Has anyone ever thought about creating a TextCollection class? The > purpose would be similar to the other collections, to group a bunch of > text objects with similar properties. This probably couldn't inherit > from

Re: [matplotlib-devel] Any short plan for a new release (0.98.2 for real or 0.98.3)?

2008-07-22 Thread John Hunter
On Tue, Jul 22, 2008 at 6:30 AM, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > Chris: I've now added a griddata function to matplotlib.mlab that uses > Robert Kern's scikit.delaunay code (which is now included in matplotlib > as matplotlib.delaunay). The more bulletproof natgrid code, with the > dub

Re: [matplotlib-devel] units support

2008-07-22 Thread Paul Kienzle
On Mon, Jul 21, 2008 at 04:42:39PM -0700, Ted Drain wrote: > The public layer would just do conversions and then pass through to the > private layer. Any code in the public layer would have to concern itself > with possible different types (numpy vs lists, units vs floats, color names > vs rgb).

Re: [matplotlib-devel] TextCollection

2008-07-22 Thread Ryan May
John Hunter wrote: > On Mon, Jul 21, 2008 at 11:35 PM, Ryan May <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Has anyone ever thought about creating a TextCollection class? The >> purpose would be similar to the other collections, to group a bunch of >> text objects with similar properties. This probab

[matplotlib-devel] Scale independent drawing

2008-07-22 Thread Ryan May
Hi, I'll continue my current flood of emails to the list. :) I'm finally getting back to my work on Skew-T plots, and I have a semi-working implementation (attached.) It runs, and as is, plots up some of the grid, with the x-value grid lines skewed 45 degrees to the right (as they should be

Re: [matplotlib-devel] Scale independent drawing

2008-07-22 Thread Eric Firing
Ryan May wrote: > Hi, > > I'll continue my current flood of emails to the list. :) I'm finally > getting back to my work on Skew-T plots, and I have a semi-working > implementation (attached.) It runs, and as is, plots up some of the > grid, with the x-value grid lines skewed 45 degrees to th

Re: [matplotlib-devel] TextCollection

2008-07-22 Thread Eric Bruning
On Jul 22, 2008, at 6:26 PM, Ryan May <[EMAIL PROTECTED]> wrote: > John Hunter wrote: >> On Mon, Jul 21, 2008 at 11:35 PM, Ryan May <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> Has anyone ever thought about creating a TextCollection class? The >>> purpose would be similar to the other collections

Re: [matplotlib-devel] Scale independent drawing

2008-07-22 Thread Ryan May
Eric Firing wrote: > Ryan May wrote: >> Hi, >> >> I'll continue my current flood of emails to the list. :) I'm finally >> getting back to my work on Skew-T plots, and I have a semi-working >> implementation (attached.) It runs, and as is, plots up some of the >> grid, with the x-value grid lin

Re: [matplotlib-devel] Scale independent drawing

2008-07-22 Thread Eric Bruning
On Tue, Jul 22, 2008 at 6:55 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > Ryan May wrote: >> Hi, >> >> I'll continue my current flood of emails to the list. :) I'm finally >> getting back to my work on Skew-T plots, and I have a semi-working >> implementation (attached.) It runs, and as is, plots

Re: [matplotlib-devel] Wind Barbs Full Patch

2008-07-22 Thread Ryan May
How do you guys manage committing only parts of your working copy, especially when you want to commit part of a file? I figure there's got to be a better way than multiple SVN checkouts and manually editing diffs. >>> svn should do this automagically; it only commits the diff

[matplotlib-devel] Before/after callback registry decorator

2008-07-22 Thread Eric Bruning
I've expanded a bit on my previous solution for pre/post draw method callbacks to add a registry which can be used to connect up arbitrary callback functions. The solution above is easy to adapt to other functions that might need a callback, such as (to pick a random example) set_xlim. See the at

[matplotlib-devel] Wind Barbs

2008-07-22 Thread Ryan May
Ok, I've committed my wind barbs stuff in SVN. Anyone interested, go ahead an hammer on it. Should I post this over on matplotlib-users, or does experience show that the SVN crowd all read here? (This is what you get for having a n00b developer :) ) Jeff, does a method need to be added to

Re: [matplotlib-devel] Wind Barbs

2008-07-22 Thread Eric Firing
Ryan May wrote: > Ok, > > I've committed my wind barbs stuff in SVN. Anyone interested, go ahead > an hammer on it. > > Should I post this over on matplotlib-users, or does experience show > that the SVN crowd all read here? (This is what you get for having a > n00b developer :) ) We routi