14 lines
262 B
Text
Executable file
14 lines
262 B
Text
Executable file
set terminal postscript enhanced color solid
|
|
|
|
set output "deflection.ps"
|
|
set xlabel "Time, t [s]"
|
|
set ylabel "dy [m]"
|
|
#set y2label "dy [m]"
|
|
set grid
|
|
|
|
#set y2tics
|
|
|
|
plot [0:] "./history/0/history.dat" using 1:3 title "Uy" with lines
|
|
|
|
#set output
|
|
#set terminal x11
|