diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-19 14:27:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-19 14:27:44 +0000 |
commit | 8ab0a0119da61e67a324a4ce01a7f62c9b7abc41 (patch) | |
tree | 147beef0a4640730c3ae917a36abbae399ca4087 /utils/NightlyTest.gnuplot | |
parent | e6f7f61cda02e9aa8f87f84f0c91668e8a6de569 (diff) |
Increase the size of the LOC chart
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTest.gnuplot')
-rw-r--r-- | utils/NightlyTest.gnuplot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot index b3f40e3351..8037d89e7d 100644 --- a/utils/NightlyTest.gnuplot +++ b/utils/NightlyTest.gnuplot @@ -11,7 +11,7 @@ set format x "%b %m, %Y" ## Various labels for the graph set label "Removed\ndummy\nfunction" at "2003-07-30:", 150000 -set size .5,.5 +set size .75,.75 plot "running_loc.txt" using 1:2 title '', \ "running_loc.txt" using 1:2 title "Date vs. Lines of Code" with lines |