From: <md...@us...> - 2009-09-01 13:22:32
|
Revision: 7623 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7623&view=rev Author: mdboom Date: 2009-09-01 12:13:12 +0000 (Tue, 01 Sep 2009) Log Message: ----------- Add CHANGELOG entry about Gouraud shading Modified Paths: -------------- trunk/matplotlib/CHANGELOG Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2009-09-01 05:24:38 UTC (rev 7622) +++ trunk/matplotlib/CHANGELOG 2009-09-01 12:13:12 UTC (rev 7623) @@ -1,3 +1,6 @@ +2009-09-01 Added support for Gouraud interpolated triangles. + pcolormesh now accepts shading='gouraud' as an option. - MGD + 2009-08-29 Added matplotlib.testing package, which contains a Nose plugin and a decorator that lets tests be marked as KnownFailures - ADS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |