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 PathPatch for

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 Mayrma...@gmail.com wrote: On Fri, Oct 1, 2010 at 1:05 AM, Fernando Perezfperez@gmail.com wrote: This manifested itself in some more complex MPL code that had multiple events not

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

[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

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] Event handling broken in svn?

2010-10-04 Thread Fernando Perez
On Mon, Oct 4, 2010 at 6:13 AM, Michael Droettboom md...@stsci.edu 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