|
From: <and...@us...> - 2008-12-16 19:09:59
|
Revision: 9145
http://plplot.svn.sourceforge.net/plplot/?rev=9145&view=rev
Author: andrewross
Date: 2008-12-16 19:09:55 +0000 (Tue, 16 Dec 2008)
Log Message:
-----------
Update python and tcl versions of example 9.
Modified Paths:
--------------
trunk/examples/python/xw09.py
trunk/examples/tcl/x09.tcl
Modified: trunk/examples/python/xw09.py
===================================================================
--- trunk/examples/python/xw09.py 2008-12-16 18:41:35 UTC (rev 9144)
+++ trunk/examples/python/xw09.py 2008-12-16 19:09:55 UTC (rev 9145)
@@ -221,6 +221,7 @@
# plcol0(1)
# pllab("X Coordinate", "Y Coordinate", "Streamlines of flow")
+ pl_setcontlabelformat(4,3)
pl_setcontlabelparam(0.006, 0.3, 0.1, 1)
plenv(-1.0, 1.0, -1.0, 1.0, 0, 0)
plcol0(2)
Modified: trunk/examples/tcl/x09.tcl
===================================================================
--- trunk/examples/tcl/x09.tcl 2008-12-16 18:41:35 UTC (rev 9144)
+++ trunk/examples/tcl/x09.tcl 2008-12-16 19:09:55 UTC (rev 9145)
@@ -85,6 +85,7 @@
# $w cmd plcol0 1
# $w cmd pllab "X Coordinate" "Y Coordinate" "Streamlines of flow"
+ $w cmd pl_setcontlabelformat 4 3
$w cmd pl_setcontlabelparam 0.006 0.3 0.1 1
$w cmd plenv -1.0 1.0 -1.0 1.0 0 0
$w cmd plcol0 2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|