echo "ShotPath='< wget -q -O - http://golem.fjfi.cvut.cz/shots';DataId='Diagnostics/BasicDiagnostics/Results/U_loop.csv';set datafile separator ',';set key left;set xlabel 'Time [s]';set ylabel 'U_{loop} [V]';set title 'U_{loop}' ;plot ShotPath.'/36375/'.DataId u 1:2 w l title '36375', ShotPath.'/36376/'.DataId u 1:2 w l title '36376', ShotPath.'/36377/'.DataId u 1:2 w l title '36377', ShotPath.'/36778/'.DataId u 1:2 w l title '36778', ShotPath.'/36779/'.DataId u 1:2 w l title '36779', ShotPath.'/36780/'.DataId u 1:2 w l title '36780', ShotPath.'/36393/'.DataId u 1:2 w l title '36393'," |gnuplot --persist