Re: [Matplotlib-users] matplotlib in interactive mode from a script

2010-07-01 Thread Benjamin Root
On Thu, Jul 1, 2010 at 10:42 AM, ninjasmith wrote: > > > > > > > Hi, > > > > I think what you are after is the interactive mode of matplotlib. You can > > turn > > is on by "ion" and redraw the current figure using "draw". In ipythons > > "pylab" > > mode this is done implicit. I attached some exa

Re: [Matplotlib-users] matplotlib Mac binary that works with python.org python and older MacOS X?

2010-07-01 Thread Russell E. Owen
In article , "Russell E. Owen" wrote: > My binaries are presently named: > matplotlib-0.99.3-py2.5-macosx10.4-2010-06-30.dmg > matplotlib-0.99.3-py2.6-macosx10.4-2010-06-30.dmg > > The easy thing is to simply remove the date; the name then matches the > scheme used by numpy and scipy so it wil

Re: [Matplotlib-users] matplotlib Mac binary that works with python.org python and older MacOS X?

2010-07-01 Thread Christopher Barker
Russell E. Owen wrote: > However, at present I don't know if there is a Python 2.6 that is both > compatible with older versions of Mac OS X and is built with 64-bit > support. FWIW, I think the official 2.7 builds will be Intel32+Intel64+PPC32 I don't know if Ronald is going to back=port any o

Re: [Matplotlib-users] matplotlib Mac binary that works with python.org python and older MacOS X?

2010-07-01 Thread Russell E. Owen
In article , John Hunter wrote: > On Thu, Jul 1, 2010 at 12:56 PM, Christopher Barker > wrote: > > Russell E. Owen wrote: > >> I made binaries (on Mac OS X 10.5) using my instructions: > >> >> l> > >> > >> They are ava

Re: [Matplotlib-users] matplotlib Mac binary that works with python.org python and older MacOS X?

2010-07-01 Thread John Hunter
On Thu, Jul 1, 2010 at 12:56 PM, Christopher Barker wrote: > Russell E. Owen wrote: >> I made binaries (on Mac OS X 10.5) using my instructions: >> > l> >> >> They are available from here, for now: >>

Re: [Matplotlib-users] matplotlib Mac binary that works with python.org python and older MacOS X?

2010-07-01 Thread Christopher Barker
Russell E. Owen wrote: > I made binaries (on Mac OS X 10.5) using my instructions: > l> > > They are available from here, for now: > > > please test them. Thanks Russ

Re: [Matplotlib-users] show legend without box ?

2010-07-01 Thread John Hunter
On Thu, Jul 1, 2010 at 1:50 PM, Forest Yang wrote: > Hi All, > >  Is there any way to show the legend but without the box ? it is > blocking the figures. Although I can set the alpha to make the legend > transparent, still remove the box and make it transparent would be > better. Just as you can

[Matplotlib-users] show legend without box ?

2010-07-01 Thread Forest Yang
Hi All, Is there any way to show the legend but without the box ? it is blocking the figures. Although I can set the alpha to make the legend transparent, still remove the box and make it transparent would be better. Thanks. Forest. -

Re: [Matplotlib-users] how to remove a part of the legend ?

2010-07-01 Thread Philippe Crave
perfect! was really simple, but I did not think about it. thanks for your help! 2010/7/1 Matthias Michler : > On Wednesday, June 30, 2010 06:24:12 pm Philippe Crave wrote: >> Hello, >> >> I have a subplot with 4 lines. >> I display the legend. >> I can remove a line easily with something like del(

Re: [Matplotlib-users] extract country borders data & convert to shapefile

2010-07-01 Thread P. R.M.
Joe, Excellent! this worked out perfectly... thank you so much for your help. Perhaps these shapefiles should be published somewhere, since it really is useful to have. I wasnt able to find it anywhere on the web. anyway, problem solved; you saved my day. thanks again, P.R. Date: Wed, 30 Jun

Re: [Matplotlib-users] matplotlib in interactive mode from a script

2010-07-01 Thread ninjasmith
> > Hi, > > I think what you are after is the interactive mode of matplotlib. You can > turn > is on by "ion" and redraw the current figure using "draw". In ipythons > "pylab" > mode this is done implicit. I attached some example lines which guide you > to > the right direction. I'm not sur

Re: [Matplotlib-users] matplotlib Mac binary that works with python.org python and older MacOS X?

2010-07-01 Thread Russell E. Owen
In article , "Russell E. Owen" wrote: > I'm trying to find a matplotlib 0.99.3 binary installer that works with > the standard python.org Python (preferably 2.6) and hence works with Mac > OS X 10.4 or greater. (I distribute an application that needs to run on > a wide range of versions of Ma

Re: [Matplotlib-users] how to remove a part of the legend ?

2010-07-01 Thread Matthias Michler
On Wednesday, June 30, 2010 06:24:12 pm Philippe Crave wrote: > Hello, > > I have a subplot with 4 lines. > I display the legend. > I can remove a line easily with something like del(self.ax.lines[n]). > But how can I remove the line in the legend ? > > I found that I can remove all the lines, ad