Re: [matplotlib-devel] custom symbol patch (2)

2007-09-04 Thread John Hunter
On 9/4/07, Manuel Metz <[EMAIL PROTECTED]> wrote: > Hello, > > I just re-created the patch against svn revision 3773 and also updated > it on sourceforge. I also added a modified version of > scatter_star_poly.py from the examples and its output. > > It would really be nice to have this patch appli

Re: [matplotlib-devel] custom symbol patch

2006-10-13 Thread John Hunter
> "Manuel" == Manuel Metz <[EMAIL PROTECTED]> writes: Manuel> I've attached a patch... I apologize again ... No problem - -I just committed this change. JDH - Using Tomcat but need to do more? Need to support web se

Re: [matplotlib-devel] custom symbol patch

2006-10-13 Thread Manuel Metz
Hallo, sorry to bother you again. I recognized that I introduced an error in my last patch :-( sym = None starlike = False # to be API compatible if sym is None and not (verts is None): ^^^ This, of cause, makes no sense. The correct line reads

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] 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>

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

Re: [matplotlib-devel] custom symbol patch

2006-10-11 Thread John Hunter
> "Manuel" == Manuel Metz <[EMAIL PROTECTED]> writes: Manuel> John Hunter wrote: >>> "Manuel" == Manuel Metz <[EMAIL PROTECTED]> writes: >> Manuel> Hi, I just submitted a patch to sourceforge and also Manuel> attached it to this email: >> Manuel> The applied pat

Re: [matplotlib-devel] custom symbol patch

2006-10-11 Thread Manuel Metz
John Hunter wrote: >> "Manuel" == Manuel Metz <[EMAIL PROTECTED]> writes: > > Manuel> Hi, I just submitted a patch to sourceforge and also > Manuel> attached it to this email: > > Manuel> The applied patch modifies the files axes.py and > Manuel> collections.py. > > Man

Re: [matplotlib-devel] custom symbol patch

2006-10-10 Thread John Hunter
> "Manuel" == Manuel Metz <[EMAIL PROTECTED]> writes: Manuel> Hi, I just submitted a patch to sourceforge and also Manuel> attached it to this email: Manuel> The applied patch modifies the files axes.py and Manuel> collections.py. Manuel> I added a class StaredRegularPoly