singleVsMulti.gp
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:

通讯编程

开发平台:

Visual C++

  1. set xlabel "Round Trip Time (ms)"
  2. set ylabel "Probability of Identification"
  3. set xrange [0:130]
  4. set yrange [0:1]
  5. set xtics 10,10,120
  6. set terminal postscript monochrome dashed 18
  7. set output "singleVsMulti.ps"
  8. plot "data-s" title "single-list identification" with linespoints, "data-m" title "multiple-list identification" with linespoints