aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_plots.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen_plots.sh')
-rwxr-xr-xscripts/gen_plots.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_plots.sh b/scripts/gen_plots.sh
index c70ea4b0..fcbe75c3 100755
--- a/scripts/gen_plots.sh
+++ b/scripts/gen_plots.sh
@@ -100,7 +100,7 @@ echo "
set title 'Code Summary'
set output '$loc'
plot for [i=0:2] '$plotfile' index $nlangs+i using 1:2 with lines title columnhead(1) linestyle i+1
- set title 'Code Counts'
+ set title 'Code Line Counts'
set output '$languages'
plot for [i=0:$nlangs-1] '$plotfile' index i using 1:4 with lines title columnhead(1) linestyle i+1
" > $plotcmd