summaryrefslogtreecommitdiff
path: root/test/scons-time
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-10-07 04:52:38 +0000
committerSteven Knight <knight@baldmt.com>2008-10-07 04:52:38 +0000
commit9c046c7c71709d5080ef2383f45b6403598e231e (patch)
tree081d8386031bb406d2a0c86a04d597b5c1c3143a /test/scons-time
parent754385440a0355b89bea451d3f3b1897b20dc995 (diff)
downloadscons-9c046c7c71709d5080ef2383f45b6403598e231e.tar.gz
Fix label placement in gnuplot graphs by the "scons-time.py func"
subcommand when a profile result is equal to (or near) 0.0.
Diffstat (limited to 'test/scons-time')
-rw-r--r--test/scons-time/func/file.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scons-time/func/file.py b/test/scons-time/func/file.py
index 079c125e..33a9908c 100644
--- a/test/scons-time/func/file.py
+++ b/test/scons-time/func/file.py
@@ -74,8 +74,8 @@ vertical_bars = (
expect2 = \
r"""set title "ST2.CONF TITLE"
set key bottom left
-set label 3 "label 1.5" at 0.5,1.5 right
-set label 4 "label 1.6" at 0.6,1.5 right
+set label 3 "label 1.5" at 0.5,0.5 right
+set label 4 "label 1.6" at 0.6,0.4 right
plot '-' title "Startup" with lines lt 1, \
'-' notitle with lines lt 7, \
'-' title "label 1.5" with lines lt 7, \