# set readonly set terminal png transparent size crop set output '.png' set xdata time set timefmt "%Y-%m-%d_%H:%M:%S" set xlabel " " set title '' set ytics set grid ytics set ylabel "α/g" #FileLog 4:acceleration_x\x3a:0: #FileLog 4:acceleration_y\x3a:0: #FileLog 4:acceleration_z\x3a:0: plot "" using 1:2 axes x1y1 title 'αx' ls l0 lw 1 with lines,\ "" using 1:2 axes x1y1 title 'αy' ls l2 lw 1 with lines,\ "" using 1:2 axes x1y1 title 'αz' ls l1 lw 1 with lines