reconfiguration.plot

来自「发布/订阅系统路由重配算法,可应用于ad hoc环境」· PLOT 代码 · 共 13 行

PLOT
13
字号
set terminal postscript eps enhanced fontfile add "cmss9.pfb" fontfile add "cmss10.pfb" fontfile add "cmmi10.pfb" "CMSS9" 18set output "Reconfiguration.eps"#set size 1.2set size 1.18set xrange [2:15]set format x '%g'set format y '%g'set xlabel '{/CMSS10=21.9{}L~a\177nge\240{/CMMI10=21.9{}\031}\240des\240Rekonfigurationspfades}'set ylabel '{/CMSS10=21.9{}Kosten}'#set y2label '{/CMSS10=21.9{}prozentualer\240Kostenanteil}'set key bottom right spacing 1.2 width -8.5 height 0.5set grid xtics yticsplot "str/RESULTS" title 'Strawman\240Approach' with lp, "imp/RESULTS" title 'verbesserter\240Algorithmus' with lp

⌨️ 快捷键说明

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