happiness

This commit is contained in:
Neil 2023-04-23 22:45:29 -07:00
parent 322abe3740
commit 2ca8826b91
2 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ int scan_scores_graph(struct scan *const scan) {
"myTimeFmt = \"%%Y-%%m-%%d\"\n"
"set format x myTimeFmt timedate\n"
"set xtics format myTimeFmt rotate by -30\n"
"set ylabel \"happiness CDF (days)\"\n"
"set ylabel \"happiness and satisfaction CDF (days)\"\n"
"set grid\n"
"set key out reverse Left noautotitle\n"
"set style fill solid 0.5\n"

View File

@ -228,7 +228,7 @@ int scores_graph(struct scores *const scrs) {
"myTimeFmt = \"%%Y-%%m-%%d\"\n"
"set format x myTimeFmt timedate\n"
"set xtics format myTimeFmt rotate by -30\n"
"set ylabel \"happiness CDF (days)\"\n"
"set ylabel \"satisfaction and happiness CDF (days)\"\n"
"set grid\n"
"set key out reverse Left noautotitle\n"
"set style fill solid 0.5\n"