You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gnuplot -e "set terminal png; set output 'out.png'; set yrange [0:20]; set xlabel 'samples'; set ylabel 'amps'; plot 'plots.dat' with lines notitle"
;;
wellhouse)
gnuplot -e "set terminal png; set output 'out.png'; set yrange [0:20]; set xlabel 'samples'; set ylabel 'amps'; plot 'plots.dat' using 1:2 with lines title 'L1', 'plots.dat' using 1:3 with lines title 'L2'"