aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gen_plots.sh
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-29 22:31:36 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-29 22:31:36 -0400
commit4f68ee57bc8c2324a4cd7039c5411cb6f1b8d820 (patch)
tree8a14baa22aa11bb32bbe7e852a37783189e7f0c1 /scripts/gen_plots.sh
parent02ef0236c61ef9407692190cfbceeb7d5a239f05 (diff)
Updated copyright information.
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