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 | d729a47a29cfc50d64c2010669c501eabcdf3fe1 (patch) | |
tree | 4e1134f9c98d607046aca08f8cc9e3a388f162a7 /llvm/utils/NightlyTest.gnuplot | |
parent | a34c477b05838f27f619546a9eb73b63f1d23dca (diff) | |
download | bcm5719-llvm-d729a47a29cfc50d64c2010669c501eabcdf3fe1.tar.gz bcm5719-llvm-d729a47a29cfc50d64c2010669c501eabcdf3fe1.zip |
Increase the size of the LOC chart
llvm-svn: 7968
Diffstat (limited to 'llvm/utils/NightlyTest.gnuplot')
-rw-r--r-- | llvm/utils/NightlyTest.gnuplot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/NightlyTest.gnuplot b/llvm/utils/NightlyTest.gnuplot index b3f40e33517..8037d89e7de 100644 --- a/llvm/utils/NightlyTest.gnuplot +++ b/llvm/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 |