📄 sample.plt
字号:
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -