[matplotlib-devel] [Fwd: Nabble - War on trailing whitespace]

2007-11-18 Thread Eric Firing
All, Trailing whitespace introduces noise--sometimes a *lot* of noise--into svn changesets. I would very much appreciate it if everyone would try to eliminate trailing whitespace before committing any changes to svn. (And also eliminate hard tabs--I haven't seen many new ones creeping in, bu

[matplotlib-devel] rgba formats

2007-11-18 Thread Eric Firing
Mike (and others), The standard rgba format in mpl has been a sequence of 4 doubles, but these need to be converted to uint8 before they can be used by Agg, at least. Therefore I added the ability for ScalarMappable.to_rgba to generate uint8 initially, avoiding the extra translation. (This can

[matplotlib-devel] pcolorfast

2007-11-18 Thread Eric Firing
Mike (and others interested in speed), I have committed an experimental Axes method temporarily called "pcolorfast" that uses one of three methods for rendering a pcolor-type plot: an image, a nonuniform image (new implementation in _backend_agg.cpp), and a quadmesh. Based on the calling sign

[matplotlib-devel] reformatting

2007-11-18 Thread Eric Firing
Would anyone be displeased if I were to reformat all the extension code in ansi style? See http://astyle.sourceforge.net/astyle.html. Personally, I find the present hodge-podge of styles, and the usually-but-not-always 2-space indentation, hard to read and work with; I am much more comfortable

Re: [matplotlib-devel] [Fwd: Nabble - War on trailing whitespace]

2007-11-18 Thread Jarrod Millman
On Nov 18, 2007 11:33 AM, Eric Firing <[EMAIL PROTECTED]> wrote: > Trailing whitespace introduces noise--sometimes a *lot* of noise--into > svn changesets. I would very much appreciate it if everyone would try > to eliminate trailing whitespace before committing any changes to svn. > (And also eli