Revision 82dd582045b2ec890b46e78d5419389be4916146 (click the page title to view the current version)

Handling/CompAlgSystems4Golem/gnuplot/index

Linux command line operated

shot_no=0;ylabel='XY [V]';signal_id=Devices/Oscilloscopes/TektrMSO58-a/ch7.csv;gnuplot -p -e "set title 'Golem #`wget -q -O - http://golem.fjfi.cvut.cz/shots/$shot_no/shot_no`';set datafile separator ',';set xlabel 't [ms]';set ylabel '$ylabel';plot '< wget -q -O - http://golem.fjfi.cvut.cz/shots/$shot_no/$signal_id' t '$signal_id'"