sample.plt
上传用户:kingseaxu
上传日期:2009-01-01
资源大小:49k
文件大小:1k
源码类别:

3G开发

开发平台:

Java

  1. set title ""
  2. set logscale x
  3. set xrange [1:1000]
  4. set yrange [0:1.2]
  5. set xlabel "Sample Size (N)"
  6. set xtics(1, 2, 5, 10, 20, 50, 100, 200, 500, 1000)
  7. set ylabel "Estimate Error (r)"
  8. set ytics(0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.2)
  9. set nolabel
  10. set key 500, 0.8
  11. plot    'MCL_sample_10_10_1_error' title 's_d=1, v_max=s_max=.2r' with linespoints, 
  12. 'MCL_sample_50_50_1_error' title 's_d=1, v_max=s_max=r' with linespoints, 
  13. 'MCL_sample_10_10_2_error' title 's_d=2, v_max=s_max=.2r' with linespoints, 
  14. 'MCL_sample_50_50_2_error' title 's_d=2, v_max=s_max=r' with linespoints