Menu

/trunk/matplotlib/src Commit Log


Commit Date  
[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
[r6794] by mdboom

Use miter_join_revert in Agg backend to match behavior of other backends.

2009-01-16 18:45:39 Tree
[r6791] by astraw

Bugfix of C typedef of MPL_Int64 failing on WinXP64

2009-01-16 18:16:40 Tree
[r6787] by jswhit

apply Michiel's patch to macosx backend to fix rounding bug - closes
sf bug 2508440.

2009-01-16 16:12:27 Tree
[r6771] by jdh2358

applied michiel's hatch patch for macosx sf id 2497785

2009-01-10 20:03:59 Tree
[r6744] by mdboom

Add more hatch styles. Improve consistency across backends.

2009-01-06 17:24:32 Tree
Older >