Re: [matplotlib-devel] Heads-up: master badly broken, syntaxerror in setup.py

2011-11-16 Thread Jens Nielsen
It works in python3 The python statement in python2.7 (and 2.6) does not support the end argument. Adding a "from __future__ import print_function" to the beginning of setup.py seems to fix it. Greetings Jens On Thu, Nov 17, 2011 at 5:03 AM, Fernando Perez wrote: > (master)longs[matplotlib]> py

[matplotlib-devel] Heads-up: master badly broken, syntaxerror in setup.py

2011-11-16 Thread Fernando Perez
(master)longs[matplotlib]> python setup.py File "setup.py", line 281 (float(i) / len(filtered) * 100.0), end='\r') ^ SyntaxError: invalid syntax Sorry, can't debug it right now... f

[matplotlib-devel] colorbar extension size

2011-11-16 Thread Andrew Dawson
I would like some feedback on a new feature I have developed to control the length of colorbar extension triangles. This is a feature I have desired for some time, so that the plots I produce with matplotlib can be more consistent with those produced from other popular plotting software (e.g., IDL)