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

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 services,

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. Perhaps we should just

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 Manuel do that:

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. Manuel I added a class

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 patch modifies the files

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 StaredRegularPolyCollection()