Details |
Last modification |
View Log
Rev |
Author |
Line No. |
Line |
600 |
kaklik |
1 |
set terminal postscript
|
|
|
2 |
set output "rotace_zmena.ps"
|
|
|
3 |
set key off
|
|
|
4 |
set xlabel "Time [s]"
|
|
|
5 |
set ylabel "Velocity [rad/s]"
|
|
|
6 |
#set data style lines
|
|
|
7 |
plot "rotace_zmena1.txt" using 1:2
|
|
|
8 |
!ps2pdf rotace_zmena.ps
|