aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--txtPlot.tcl5
1 files changed, 3 insertions, 2 deletions
diff --git a/txtPlot.tcl b/txtPlot.tcl
index 8fa9c71..5d75861 100644
--- a/txtPlot.tcl
+++ b/txtPlot.tcl
@@ -47,8 +47,9 @@ proc markNthBin { i } {
#set mark {█}
#set mark {╽}
set mark {╿}
- #set space {▁}
- set space {─}
+ set mark {↑}
+ set space {▁}
+ #set space {─}
set out {}
set cnt 0
set i [expr {max(0,$i)}]