set datafile separator ' ' set style line 1 lc rgb "blue" set style line 2 lc rgb "coral" set style line 3 lc rgb "light-green" set style line 4 lc rgb "grey50" set style line 5 lc rgb "purple" set style line 6 lc rgb "olive" set style line 7 lc rgb "dark-green" set style line 8 lc rgb "dark-red" set style increment user set style fill solid 0.2 set xtics rotate by -90 set xdata time set timefmt '%Y-%m-%d %H:%M' set format x '%m/%d %H' #'%H:%M %m-%d' set xrange ['2024-03-21 13:23':'2024-04-04 13:23'] set yrange [100:0] #reverse set ytics 100,-5,0 set ylabel 'LANK' set y2range [100:0] #reverse set y2tics 100,-5,0 #set mxtics 2 #set mytics 2 set grid xtics ytics mxtics mytics set key below set title 'ディープラーニングを支える技術 14days [2024-03-21 13-2024-04-04 13]' font "IPAexゴシック,12" enhanced #set xlabel 'date' # set xtics 43200 set terminal pngcairo size 1500,500 font "IPAexゴシック,8" enhanced CSV_FILE = 'www/DeepLearning.csv.txt' set output '/dev/null' plot CSV_FILE using 1:2 with lines lw 2 title 'AI'\ ,CSV_FILE using 1:3 with lines lw 2 title 'computer'\ ,CSV_FILE using 1:4 with lines lw 2 title 'IT'\ ,CSV_FILE using 1:5 with lines lw 2 title 'Business'\ ,CSV_FILE using 1:6 with lines lw 2 title 'security'\ ,CSV_FILE using 1:7 with lines lw 2 title 'engineering'\ ,CSV_FILE using 1:8 with lines lw 2 title 'ScienceTech'\ Y_MIN = GPVAL_Y_MIN Y_MAX = GPVAL_Y_MAX set output 'www/DeepLearning-336.png' set arrow from '2024-03-22 00:00:00',Y_MIN to '2024-03-22 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-03-23 00:00:00',Y_MIN to '2024-03-23 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-03-24 00:00:00',Y_MIN to '2024-03-24 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-03-25 00:00:00',Y_MIN to '2024-03-25 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-03-26 00:00:00',Y_MIN to '2024-03-26 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-03-27 00:00:00',Y_MIN to '2024-03-27 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-03-28 00:00:00',Y_MIN to '2024-03-28 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-03-29 00:00:00',Y_MIN to '2024-03-29 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-03-30 00:00:00',Y_MIN to '2024-03-30 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-03-31 00:00:00',Y_MIN to '2024-03-31 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-04-01 00:00:00',Y_MIN to '2024-04-01 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-04-02 00:00:00',Y_MIN to '2024-04-02 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-04-03 00:00:00',Y_MIN to '2024-04-03 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" set arrow from '2024-04-04 00:00:00',Y_MIN to '2024-04-04 00:00:00',Y_MAX nohead lw 1 dt (3,7) lc rgb "dark-red" plot CSV_FILE using 1:2 with lines lw 2 title 'AI'\ ,CSV_FILE using 1:3 with lines lw 2 title 'computer'\ ,CSV_FILE using 1:4 with lines lw 2 title 'IT'\ ,CSV_FILE using 1:5 with lines lw 2 title 'Business'\ ,CSV_FILE using 1:6 with lines lw 2 title 'security'\ ,CSV_FILE using 1:7 with lines lw 2 title 'engineering'\ ,CSV_FILE using 1:8 with lines lw 2 title 'ScienceTech'\ exit