Skip to content

Commit

Permalink
Increase the size of the LOC chart
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7968 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Aug 19, 2003
1 parent e6f7f61 commit 8ab0a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/NightlyTest.gnuplot
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion utils/NightlyTestTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<table align=right>
<tr><td>
<a href="running_loc_large.png"
><img border=0 width=320 height=240 src="running_loc.png"></a>
><img border=0 width=480 height=360 src="running_loc.png"></a>
</td></tr>
<tr><td align=center>Lines Of Code over Time<br>
<font size=-1><a href="running_loc_large.png">Click for larger view</a></font>
Expand Down

0 comments on commit 8ab0a01

Please sign in to comment.