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
echo 'set term png; set output "'$3'"; set style data histogram; set xtic rotate by -45 scale 0; set style fill solid border 10; set ylabel "number of runs"; set xlabel "average times of runs in microseconds"; plot "'$2'" using 1:xtic(2);' | gnuplot