Re: [matplotlib-devel] Projections - custom_projection_example.py

2010-10-04 Thread Michael Droettboom
On 10/04/2010 02:10 AM, Mitchell Jon Stanton-Cook wrote: > Hi Andrew, > > Thanks for the reply. > > I do not want to force users of my software to have to download and > install basemap. It's just overkill for a small Python program that I'm > developing. > > Perhaps I'm best to try and use a PathP

Re: [matplotlib-devel] Event handling broken in svn?

2010-10-04 Thread Michael Droettboom
On 10/01/2010 02:01 PM, Fernando Perez wrote: > Hey Ryan, > > On Fri, Oct 1, 2010 at 6:27 AM, Ryan May wrote: > >> On Fri, Oct 1, 2010 at 1:05 AM, Fernando Perez wrote: >> >>> This manifested itself in some more complex MPL code that had multiple >>> events not working when run inside i

Re: [matplotlib-devel] Projections - custom_projection_example.py

2010-10-04 Thread Mitchell Jon Stanton-Cook
Hi Andrew, Thanks for the reply. I do not want to force users of my software to have to download and install basemap. It's just overkill for a small Python program that I'm developing. Perhaps I'm best to try and use a PathPatch for the _gen_axes_patch _gen_axes_spines. Does anyone have any

[matplotlib-devel] Streamlines

2010-10-04 Thread 01d
Are developers of matplotlib planning to implement something like this: http://www.pyngl.ucar.edu/Examples/Images/ngl04p.2.png ? Thanks. -- View this message in context: http://old.nabble.com/Streamlines-tp29867429p29867429.html Sent from the matplotlib - devel mailing list archive at Nabble.com

Re: [matplotlib-devel] Streamlines

2010-10-04 Thread Benjamin Root
On Sat, Oct 2, 2010 at 1:16 PM, 01d wrote: > > Are developers of matplotlib planning to implement something like this: > http://www.pyngl.ucar.edu/Examples/Images/ngl04p.2.png ? > Thanks. > That would be a nice feature to add. Would you like to file a feature request on that? http://sourceforg

Re: [matplotlib-devel] RuntimeError: Could not open facefile

2010-10-04 Thread DrDunk
Hi there, I am a newcomer to this sort of thing, and inherited some Python code that used matplotlib. I compiled the code as a windows executable, and sent it out to my students.. Now, one of them is coming back to me with the error you speak of.. (i.e. facefile problem with Vera.ttf) Any hint

Re: [matplotlib-devel] Streamlines

2010-10-04 Thread Jason Grout
On 10/04/2010 09:38 AM, Benjamin Root wrote: On Sat, Oct 2, 2010 at 1:16 PM, 01d > wrote: Are developers of matplotlib planning to implement something like this: http://www.pyngl.ucar.edu/Examples/Images/ngl04p.2.png ? Thanks. That would be a nice fe

Re: [matplotlib-devel] Streamlines

2010-10-04 Thread Jason Grout
On 10/04/2010 09:38 AM, Benjamin Root wrote: On Sat, Oct 2, 2010 at 1:16 PM, 01d > wrote: Are developers of matplotlib planning to implement something like this: http://www.pyngl.ucar.edu/Examples/Images/ngl04p.2.png ? Thanks. That would be a nice fe

Re: [matplotlib-devel] Event handling broken in svn?

2010-10-04 Thread Fernando Perez
On Mon, Oct 4, 2010 at 6:13 AM, Michael Droettboom wrote: > The problem is when callbacks create cyclical references (which your > example does not).  If the Handler class in your example needed to > update the figure or canvas in some way in the callback (which is a > common usage pattern), that