plot-data
上传用户:hzie11
上传日期:2013-10-07
资源大小:1487k
文件大小:0k
源码类别:

网络

开发平台:

C/C++

  1. reset
  2. set terminal post eps
  3. set output "synch.eps"
  4. set nogrid
  5. #set logscale y
  6. set xlabel "dcd interval (s)" 
  7. set ylabel "Synchronization latency (s)"
  8. set xrange [0:10]
  9. set yrange [0:11]
  10. #set key 45,0.45
  11. set title "Thoeratical synchronization latency"
  12. plot "result1.dat" using 1:3 title "ucd interval=1s" with lp, 
  13. "result2.dat" using 1:3 title "ucd interval=2s" with lp, 
  14. "result5.dat" using 1:3 title "ucd interval=5s" with lp, 
  15. "result10.dat" using 1:3 title "ucd interval=10s" with lp