DataPath='< wget -q -O - http://golem.fjfi.cvut.cz/shots/37788/Analysis/Homepage/Scan/';set datafile separator ',';set key enhanced;set xlabel 'ShotNo [#]';set bmargin 1;set tmargin 0;set lmargin 5;set rmargin 5;unset xlabel;set multiplot layout 4,2 columnsfirst title '';set xrange [37774:37789];set yrange [*:*];set style data dots;unset xtics;set ylabel 'U^{req}_{B_t} [V]';plot DataPath.'/U_bt_discharge_request.csv' u 1:2 t '' w p ps 2;unset xtics;set ylabel 'U_{E_{cd}}^{req} [V]';plot DataPath.'/U_cd_discharge_request.csv' u 1:2 t '' w p ps 2;unset xtics;set ylabel 'p_{WG}^{req} [mPa]';plot DataPath.'/p_working_gas_discharge_request.csv' u 1:2 t '' w p ps 2;set xtics;;set xtics rotate;set ylabel 't_{B_t}^{req} [us]';plot DataPath.'/t_cd_discharge_request.csv' u 1:2 t '' w p ps 2;unset xtics;set ylabel 't_p [ms]';plot DataPath.'/t_plasma_duration.csv' u 1:2 t '' w p ps 2;unset xtics;set ylabel 'I_p^{max} [kA]';plot DataPath.'/Ip_max.csv' u 1:2 t '' w p ps 2;unset xtics;set ylabel 'B_t^{max} [T]';plot DataPath.'/Bt_max.csv' u 1:2 t '' w p ps 2;set xtics;set xtics rotate;set ylabel 'U_{l}^{mean} [V]';plot DataPath.'/U_loop_mean.csv' u 1:2 t '' w p ps 2;