removed comments

This commit is contained in:
Neil 2023-03-25 00:23:44 -07:00
parent 15caae5b40
commit cb32313387
1 changed files with 0 additions and 22 deletions

View File

@ -272,8 +272,6 @@ int main(void) {
/*printf("set terminal cairolatex standalone pdf size "
"16cm,10.5cm dashed transparent\n"
"set output \"kjv.tex\"\n");*/
/*printf("set terminal png transparent truecolor\n"
"set output \"kjv.png\"\n");*/
/* https://stackoverflow.com/a/12601553 */
printf("set terminal pngcairo dashed transparent truecolor"
" size 840, 480 fontscale 1\n"
@ -302,26 +300,6 @@ int main(void) {
printf(", %zu, %zu, %.*s\n",
words, newwords, (int)(src->name.b - src->name.a), src->name.a);
}
/*printf("EOD\n"
"set monochrome\n"
"set xdata time\n"
"set timefmt \"%%Y-%%m-%%d\"\n"
"set xtics format \"%%Y-%%m-%%d\" rotate by -30\n"
"set ylabel \"words in KJV\"\n"
"set format y \"%%g%%%%\"\n"
"set key top left\n"
"set grid\n"
"unset border\n"
"#set style fill solid 0.1 #pattern 5 (better, but restarts)\n"
"plot $Data using 1:($3)*100/%zu with fillsteps lw 2 title \"set\", \\\n"
"$Data using 1:($4)*100/%zu with steps lw 1 title \"cumulative\"\n",
no_total, no_total);*/
/*w fillsteps fs pattern 14 lc "black" dt 3, \*/
/*#set timefmt "%Y-%m-%d"
# (dy=$4*100/789633,total=total+dy,total-dy/2.): \
# w fillsteps fs pattern 14 lc "black" dt 3, \
# set xrange [:] noextend*/
printf("EOD\n"
"# theozh https://stackoverflow.com/a/75466214/2472827\n"
"# get a unique list from datablock\n"