Revision 097610fcb57fea5a04673bacffc1bcc07618c88c (click the page title to view the current version)

Handling/CompAlgSystems4Golem/gnuplot/index

Changes from 097610fcb57fea5a04673bacffc1bcc07618c88c to efd4ff07d795e1908101ac1d02e1a86493dea4ee

---
format:markdown
...
 



# Linux command line operated 

<table>
<tr><td>
~~~
shot_no=33993;ylabel='U_l [V]';signal_id=DASs/StandardDAS/LoopVoltageCoil_raw.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 [s]';set ylabel '$ylabel';plot '< wget -q -O - http://golem.fjfi.cvut.cz/shots/$shot_no/$signal_id' w l t '$ylabel\@$shot_no'"
shot_no=33993;ylabel='U_l [V]';signal_id=DASs/StandardDAS/LoopVoltageCoil_raw.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 [s]';set ylabel '$ylabel';
plot '< wget -q -O - http://golem.fjfi.cvut.cz/shots/$shot_no/$signal_id' w l t '$ylabel\@$shot_no'"
#Hint: copy and paste it to the linux terminal

~~~~
</td><td><img src="/Handling/CompAlgSystems4Golem/gnuplot/Demos/33993/Ul/CommandLine/Screenshot.png"></img></td></tr>
</table>