📄 seed_density.plt
字号:
set title ""
set nologscale x
set xrange [0.5:4]
set yrange [0:140]
set xlabel "Seed Density"
set xtics(0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4)
set ylabel "# Communications Per Node"
set ytics(0, 20, 40, 60, 80, 100, 120, 140)
set nolabel
set key 3, 130
plot "communication_seed_density_out" using 1:2 title 'Centroid' with linespoints, \
"communication_seed_density_out" using 1:4 title 'Amorphous' with linespoints, \
"communication_seed_density_out" using 1:3 title 'MCL' with linespoints
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -