sensor_impact.plt

来自「This code was used to produce simulation」· PLT 代码 · 共 12 行

PLT
12
字号
set title ""
set xrange [0:500]
set yrange [0:1]
set xtics (0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 500)
set ytics (0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0)
set xlabel "Position of Endpoint (x,x)"
set ylabel "Fraction of Routes to Base Station Disrupted"
set nolabel
set key 400, 0.9
plot 'base_corner.out' title "Base Station at Corner" with linespoints, \
'base_center.out' title "Base Station at Center" with linespoints 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?