From: <ai...@us...> - 2009-12-02 01:10:20
|
Revision: 10659 http://plplot.svn.sourceforge.net/plplot/?rev=10659&view=rev Author: airwin Date: 2009-12-02 01:10:08 +0000 (Wed, 02 Dec 2009) Log Message: ----------- Spelling tweak. Modified Paths: -------------- trunk/examples/c/x30c.c trunk/examples/python/xw30.py Modified: trunk/examples/c/x30c.c =================================================================== --- trunk/examples/c/x30c.c 2009-12-02 00:33:49 UTC (rev 10658) +++ trunk/examples/c/x30c.c 2009-12-02 01:10:08 UTC (rev 10659) @@ -134,7 +134,7 @@ } /* Create the color map with 128 colors and use plscmap1la to initialize */ - /* the color values with a linear varying red transparency (or alpha) */ + /* the color values with a linearly varying red transparency (or alpha) */ plscmap1n( 128 ); plscmap1la( 1, 2, pos, rcoord, gcoord, bcoord, acoord, rev ); Modified: trunk/examples/python/xw30.py =================================================================== --- trunk/examples/python/xw30.py 2009-12-02 00:33:49 UTC (rev 10658) +++ trunk/examples/python/xw30.py 2009-12-02 01:10:08 UTC (rev 10659) @@ -113,7 +113,7 @@ plfill(px, py) # Create the color map with 128 colors and use plscmap1la to initialize - # the color values with a linear varying red transparency (or alpha) + # the color values with a linearly varying red transparency (or alpha) plscmap1n(128) plscmap1la(1, pos, rcoord, gcoord, bcoord, acoord, rev) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |