[Matplotlib-users] Updated Lasso Demo

2008-12-07 Thread B Clowers
When running the initial lasso demo I found that only one lasso event was allowed and other canvas interaction events (e.g. zooming) would not work properly after the lasso event.  As such I came up with my own solution to the problem by modifying the example source.  The primary addition was a

Re: [Matplotlib-users] General questions about Basemap

2008-12-07 Thread Mauro Cavalcanti
Dear Jeffrey, 2008/12/6 Jeff Whitaker [EMAIL PROTECTED]: Mauro: There never actually was a Basemap 0.90 - could you check that version number again with Sorry, my reference to a 0.90 version was a typo! Indeed, I have version 0.99 Thanks for the information on the drawing of rivers; I will

Re: [Matplotlib-users] General questions about Basemap

2008-12-07 Thread Jeff Whitaker
Mauro Cavalcanti wrote: Dear Jeffrey, 2008/12/6 Jeff Whitaker [EMAIL PROTECTED]: Mauro: There never actually was a Basemap 0.90 - could you check that version number again with Sorry, my reference to a 0.90 version was a typo! Indeed, I have version 0.99 Thanks for the

Re: [Matplotlib-users] Can matplotlib be run from PythonWin IDE ininteractive mode?

2008-12-07 Thread Elfnor
Thomas Pfaff-3 wrote: Hi, does that mean that it works for you with PyScripter? Right now the only way to do more than one plot with MPL with PyScripter is to reinitialize the remote python interpreter over and over again. If you found a way around that I would be glad to hear about

[Matplotlib-users] How do I increase the left-margin of pylab plots?

2008-12-07 Thread Roy H. Han
Hi, Is there a way to increase the left-margin of pylab plots? Specifically I'm trying to make enough space so that the text labels on the left are visible. I tried decreasing the font size of the labels but it isn't enough. Thanks, RHH

Re: [Matplotlib-users] How do I increase the left-margin of pylab plots?

2008-12-07 Thread Pierre GM
On Dec 8, 2008, at 1:09 AM, Roy H. Han wrote: I figured it out. Specifically, I need to use pylab.Axes(figure, [left, bottom, width, height]) where each value in the frame is between 0 and 1 [.2,.1,.7,.8] means 20 percent margin on left 10 percent margin on bottom 10 percent margin on