plot-data

来自「This documentation is based on the follo」· 代码 · 共 18 行

TXT
18
字号
resetset terminal post epsset output "synch.eps"set nogrid#set logscale yset xlabel "dcd interval (s)" set ylabel "Synchronization latency (s)"set xrange [0:10]set yrange [0:11]#set key 45,0.45set title "Thoeratical synchronization latency"plot "result1.dat" using 1:3 title "ucd interval=1s" with lp, \"result2.dat" using 1:3 title "ucd interval=2s" with lp, \"result5.dat" using 1:3 title "ucd interval=5s" with lp, \"result10.dat" using 1:3 title "ucd interval=10s" with lp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?