|
From: <ai...@us...> - 2010-05-31 15:01:20
|
Revision: 11043
http://plplot.svn.sourceforge.net/plplot/?rev=11043&view=rev
Author: airwin
Date: 2010-05-31 15:01:09 +0000 (Mon, 31 May 2010)
Log Message:
-----------
Revert recent example 3 change for Tcl because it lead to inconsistency
with corresponding C example.
Modified Paths:
--------------
trunk/examples/tcl/x03
trunk/examples/tcl/x03.tcl
Modified: trunk/examples/tcl/x03
===================================================================
--- trunk/examples/tcl/x03 2010-05-31 08:55:52 UTC (rev 11042)
+++ trunk/examples/tcl/x03 2010-05-31 15:01:09 UTC (rev 11043)
@@ -14,6 +14,7 @@
source x03.tcl
+plsori 1
plinit
x03
plend
Modified: trunk/examples/tcl/x03.tcl
===================================================================
--- trunk/examples/tcl/x03.tcl 2010-05-31 08:55:52 UTC (rev 11042)
+++ trunk/examples/tcl/x03.tcl 2010-05-31 15:01:09 UTC (rev 11043)
@@ -6,7 +6,6 @@
set twopi [expr 2. * 3.14159265358979323846]
# Set up viewport and window, but do not draw box
- $w cmd plsori 1
$w cmd plenv -1.3 1.3 -1.3 1.3 1 -2
# Draw circles for polar grid
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|