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