openbsd-ports/devel/tklib/patches/patch-modules_plotchart_plotcontour_tcl
sthen 20abe44fb8 import devel/tklib, from maintainer Stuart Cassoff
A collection of pure-Tcl utility modules and widgets for Tk that provide
a wide variety of functionality. The intent is to collect commonly used
functions into a single library, which users can rely on to be available
and stable.
2009-03-18 09:10:27 +00:00

22 lines
788 B
Plaintext

$OpenBSD: patch-modules_plotchart_plotcontour_tcl,v 1.1.1.1 2009/03/18 09:10:27 sthen Exp $
--- modules/plotchart/plotcontour.tcl.orig Wed Jan 21 23:00:46 2009
+++ modules/plotchart/plotcontour.tcl Mon Feb 2 15:44:58 2009
@@ -1361,7 +1361,7 @@ proc ::Plotchart::MakeContourClasses {values classes}
#####
##### return $cont
- puts "classes (cont) : $classes"
+#debug# puts "classes (cont) : $classes"
return $classes
}
@@ -1531,7 +1531,7 @@ proc ::Plotchart::colorMap {cmap} {
default {
if {[string is alpha $cmap] == 1} {
- puts "Colormap : Unknown colorMapType, $cmap. Using JET"
+#debug# puts "Colormap : Unknown colorMapType, $cmap. Using JET"
set colorMapType jet
} else {