Details |
Last modification |
View Log
Rev |
Author |
Line No. |
Line |
591 |
kaklik |
1 |
set terminal postscript
|
|
|
2 |
set output "polh_tlum.ps"
|
|
|
3 |
set key off
|
|
|
4 |
set xlabel "current [mA]"
|
|
|
5 |
set ylabel "damping"
|
|
|
6 |
plot "polh_tlum.txt" using 1:2
|
|
|
7 |
|
|
|
8 |
!ps2pdf polh_tlum.ps
|