diff options
author | Steven Knight <knight@baldmt.com> | 2008-10-07 04:52:38 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-10-07 04:52:38 (GMT) |
commit | 856870a4151e82c4511b4ca2e77240685d10c4af (patch) | |
tree | 081d8386031bb406d2a0c86a04d597b5c1c3143a /test/scons-time | |
parent | d91fcf97d58b71e4ec57b405be51dd1f923eff79 (diff) | |
download | SCons-856870a4151e82c4511b4ca2e77240685d10c4af.zip SCons-856870a4151e82c4511b4ca2e77240685d10c4af.tar.gz SCons-856870a4151e82c4511b4ca2e77240685d10c4af.tar.bz2 |
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.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scons-time/func/file.py b/test/scons-time/func/file.py index 079c125..33a9908 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, \ |