Re: [matplotlib-devel] custom symbol patch

2006-10-12 Thread Manuel Metz
John Hunter wrote: >> >> "Manuel" == Manuel Metz <[EMAIL PROTECTED]> writes: > > > > Manuel> There is a subtle but essential difference ;-) : for i in > > Manuel> xrange(1,len(r), 2 ) ^^^ , i.e. every second value gets > > Manuel> rescaled. But there is probably a more "python

Re: [matplotlib-devel] custom symbol patch

2006-10-12 Thread Manuel Metz
John Hunter wrote: >> "Manuel" == Manuel Metz <[EMAIL PROTECTED]> writes: > > Manuel> There is a subtle but essential difference ;-) : for i in > Manuel> xrange(1,len(r), 2 ) ^^^ , i.e. every second value gets > Manuel> rescaled. But there is probably a more "pythonic" way to >

Re: [matplotlib-devel] GTK Console with inline figures

2006-10-12 Thread Nicolas Rougier
No problem, I changed the license to a BSD one. Nicolas On Thu, 2006-10-12 at 09:07 -0500, John Hunter wrote: > Very interesting -- I look forward to testing it. There is a lot of > interest in a good GUI shell/IDE for a matlab like environment with > python and this looks like it could be a

Re: [matplotlib-devel] GTK Console with inline figures

2006-10-12 Thread John Hunter
> "Nicolas" == Nicolas Rougier <[EMAIL PROTECTED]> writes: Nicolas> Hi all, Nicolas> Based on the GTK console bundled with The Gimp I Nicolas> developed a pylab console that display figures inline. I Nicolas> thought it might be of some interest for some of you. Nicolas>

Re: [matplotlib-devel] custom symbol patch

2006-10-12 Thread John Hunter
> "Manuel" == Manuel Metz <[EMAIL PROTECTED]> writes: Manuel> There is a subtle but essential difference ;-) : for i in Manuel> xrange(1,len(r), 2 ) ^^^ , i.e. every second value gets Manuel> rescaled. But there is probably a more "pythonic" way to Manuel> do that: Manuel>

[matplotlib-devel] GTK Console with inline figures

2006-10-12 Thread Nicolas Rougier
Hi all, Based on the GTK console bundled with The Gimp I developed a pylab console that display figures inline. I thought it might be of some interest for some of you. A screenshot is available at: http://www.loria.fr/~rougier/pub/Screenshots/pylab-screenshot.png and the console code is at: h

Re: [matplotlib-devel] custom symbol patch

2006-10-12 Thread Manuel Metz
John Hunter wrote: >> "Manuel" == Manuel Metz <[EMAIL PROTECTED]> writes: > > Manuel> Argh - okay - this is a mistranslation from german to > Manuel> english - sorry. I wanted to say "starlike". So probably > Manuel> StarlikeRegularPolygon is a better name... > > OK, I see. Per