Gnuplot: Data processing for GOLEM

Script

ShotNo=0
gnuplot -e  "set terminal jpeg;set datafile separator ',';set title 'Uloop';plot '< wget -q -O - http://golem.fjfi.cvut.cz/shots/"$ShotNo"/DASs/StandardDAS/LoopVoltageCoil_raw.csv' u 1:2 w l t 'Uloop'" >plot.jpg

Result