sample.plt
资源名称:mcl.tar.gz [点击查看]
上传用户:kingseaxu
上传日期:2009-01-01
资源大小:49k
文件大小:1k
源码类别:
3G开发
开发平台:
Java
- set title ""
- set logscale x
- set xrange [1:1000]
- set yrange [0:1.2]
- set xlabel "Sample Size (N)"
- set xtics(1, 2, 5, 10, 20, 50, 100, 200, 500, 1000)
- set ylabel "Estimate Error (r)"
- 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)
- set nolabel
- set key 500, 0.8
- plot 'MCL_sample_10_10_1_error' title 's_d=1, v_max=s_max=.2r' with linespoints,
- 'MCL_sample_50_50_1_error' title 's_d=1, v_max=s_max=r' with linespoints,
- 'MCL_sample_10_10_2_error' title 's_d=2, v_max=s_max=.2r' with linespoints,
- 'MCL_sample_50_50_2_error' title 's_d=2, v_max=s_max=r' with linespoints