|
From: <arj...@us...> - 2013-07-18 19:21:09
|
Revision: 12429
http://sourceforge.net/p/plplot/code/12429
Author: arjenmarkus
Date: 2013-07-18 19:21:06 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
Implement two missing functions (surfaced when extending example 33): plscmap1_range and plgcmap1_range
Modified Paths:
--------------
trunk/bindings/tcl/plapi.tpl
Modified: trunk/bindings/tcl/plapi.tpl
===================================================================
--- trunk/bindings/tcl/plapi.tpl 2013-07-18 19:01:09 UTC (rev 12428)
+++ trunk/bindings/tcl/plapi.tpl 2013-07-18 19:21:06 UTC (rev 12429)
@@ -272,6 +272,12 @@
def PLFLT&
ht PLFLT&
+# Get the range for cmap1
+
+pltclcmd plgcmap1_range void
+min_color PLFLT&
+max_color PLFLT&
+
# Returns 8 bit RGB values for given color from color map 0.
pltclcmd plgcol0 void
@@ -729,6 +735,13 @@
pltclcmd plscmap1n void
ncol1 PLINT
+# Set the range for cmap1
+
+pltclcmd plscmap1_range void
+min_color PLFLT
+max_color PLFLT
+
+
# Set a given color from color map 0 by 8 bit RGB value.
pltclcmd plscol0 void
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|