matrix.gp

来自「this is source code for adhoc network us」· GP 代码 · 共 25 行

GP
25
字号
set terminal postscript epsset size 2,2set output "Matrix.ps"set title "Matrix e'tornata"set xlabel "X area"set ylabel "Y area "set zlabel "traffic"#set xtics (100,200,300,400)set ytics (100,200,300,400)set parametricsplot \"matrix.dat" index 0 using 1:2:3 "%lf%lf%lf" title "Random Walk" \with lines 1show keyshow xlabelshow ylabelshow output

⌨️ 快捷键说明

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