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 dubious

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 probably couldn't

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 the

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, to group a

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 up some of

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 from your current

[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

[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