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 [35957:35965];set yrange [*:*];set style data dots;unset xtics;set ylabel 'U^{req}_{B_t} [V]';plot 'Scan/U_bt_discharge_request' u 1:2 t '' w p ps 4;unset xtics;set ylabel 'U_{E_{cd}}^{req} [V]';plot 'Scan/U_cd_discharge_request' u 1:2 t '' w p ps 4;unset xtics;set ylabel 'p_{WG}^{req} [mPa]';plot 'Scan/p_working_gas_discharge_request' u 1:2 t '' w p ps 4;set xtics;;set xtics rotate;set ylabel 't_{B_t}^{req} [us]';plot 'Scan/t_cd_discharge_request' u 1:2 t '' w p ps 4;unset xtics;set ylabel 't_p [ms]';plot 'Scan/t_plasma_duration' u 1:2 t '' w p ps 4;unset xtics;set ylabel 'I_p^{max} [kA]';plot 'Scan/Ip_max' u 1:2 t '' w p ps 4;unset xtics;set ylabel 'B_t^{max} [T]';plot 'Scan/Bt_max' u 1:2 t '' w p ps 4;set xtics;set xtics rotate;set ylabel 'U_{l}^{mean} [V]';plot 'Scan/U_loop_mean' u 1:2 t '' w p ps 4;