Menu

/trunk/matplotlib/src/path_converters.h Commit Log


Commit Date  
[r6896] (24.1 kB) by mdboom

Add comment about how nan-removal on curves works.

2009-02-09 20:06:32 View
Download
[r6892] (23.8 kB) by mdboom

Remove extraneous "public:"

2009-02-09 13:31:18 View
Download
[r6882] (23.8 kB) by mdboom

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

2009-02-05 16:00:51 View
Download
[r6881] (23.9 kB) by mdboom

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

2009-02-05 15:35:24 View
Download
[r6865] (23.5 kB) 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 View
Download
[r6847] (23.5 kB) 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 View
Download