Menu

/trunk/matplotlib/src Commit Log


Commit Date  
[r6894] by mdboom

Avoid use of "not found everywhere" uint8_t with npy_uint8, since we do include and rely on Numpy.

2009-02-09 18:23:56 Tree
[r6892] by mdboom

Remove extraneous "public:"

2009-02-09 13:31:18 Tree
[r6882] by mdboom

Speed up nan-handling on curves. Add test case for this.

2009-02-05 16:00:51 Tree
[r6881] by mdboom

Fix shortening end of path bug in simplifier. Speed up clipper by not using a queue.

2009-02-05 15:35:24 Tree
[r6880] by mdboom

Remove test code.

2009-02-05 15:30:42 Tree
[r6865] by mdboom

Create path_cleanup code for use by the Mac OS-X backend. Refactor C++ code to follow Numpy's guidelines for linking multiple C files into a single extension. Remove dependency of Agg backend on _image.cpp and _ft2font.cpp (simplifies linking problems and reduces generated code size).

2009-02-02 16:29:37 Tree
[r6847] by mdboom

Rework the nan-handling/clipping/quantizing/simplification
framework so each is an independent part of a pipeline.
Expose the C++-implementation of all of this so it can be
used from all Python backends. Add rcParam
"path.simplify_threshold" to control the threshold of
similarity below which vertices will be removed.

2009-01-29 16:51:12 Tree
[r6828] by mdboom

Merged revisions 6827 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_98_5_maint

........
r6827 | mdboom | 2009-01-26 09:32:42 -0500 (Mon, 26 Jan 2009) | 2 lines

Make curves and NaNs play nice together
........

2009-01-26 14:40:09 Tree
[r6814] by mdboom

Change simplification algorithm so it always returns points from the original data, rather than extrapolated ones. This is somewhat experimental.

2009-01-21 14:52:26 Tree
[r6795] by mdboom

Remove need for m_done flag in simlifier -- we can just put a path_stop onto the queue instead. Saves one boolean test on every iteration.

2009-01-16 18:47:51 Tree
Older >