|
From: <arj...@us...> - 2013-07-19 09:53:56
|
Revision: 12431
http://sourceforge.net/p/plplot/code/12431
Author: arjenmarkus
Date: 2013-07-19 09:53:51 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
Solve the remaining difference in Tcl example 16. Now the result is exactly
the same as for the C example.
Modified Paths:
--------------
trunk/examples/tcl/x16.tcl
Modified: trunk/examples/tcl/x16.tcl
===================================================================
--- trunk/examples/tcl/x16.tcl 2013-07-18 19:22:12 UTC (rev 12430)
+++ trunk/examples/tcl/x16.tcl 2013-07-19 09:53:51 UTC (rev 12431)
@@ -248,7 +248,7 @@
$w cmd plcolorbar \
[expr {$::PLPLOT::PL_COLORBAR_SHADE | $::PLPLOT::PL_COLORBAR_SHADE_LABEL}] 0 \
0.005 0.0 0.0375 0.875 0 1 1 0.0 0.0 \
- $cont_color $cont_width \
+ 2 3.0 \
$label_opts $labels \
$axis_opts \
$axis_ticks $axis_subticks \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|