Revision: 7851
http://plplot.svn.sourceforge.net/plplot/?rev=7851&view=rev
Author: airwin
Date: 2007-09-09 12:09:03 -0700 (Sun, 09 Sep 2007)
Log Message:
-----------
Remove incorrect svn:executable property from this file.
Consistent (yellow) colour for first box.
Modified Paths:
--------------
trunk/examples/c/x25c.c
Property Changed:
----------------
trunk/examples/c/x25c.c
Modified: trunk/examples/c/x25c.c
===================================================================
--- trunk/examples/c/x25c.c 2007-09-09 19:08:12 UTC (rev 7850)
+++ trunk/examples/c/x25c.c 2007-09-09 19:09:03 UTC (rev 7851)
@@ -98,6 +98,7 @@
plvsta();
plwind(xextreme[i][0], xextreme[i][1], yextreme[i][0], yextreme[i][1]);
+ plcol0(2) ;
plbox("bc", 1.0, 0, "bcnv", 10.0, 0);
plcol0(1) ;
plpsty(0) ;
Property changes on: trunk/examples/c/x25c.c
___________________________________________________________________
Name: svn:executable
- *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|