📄 m.lat.gnuplot
字号:
load "title"set nokeyb0 = 1.0b1 = 2.0b2 = 4.0b3 = 6.0b4 = 8.0b5 = 9.0set label "phone 0" at .5,(b0+.2)set label "phone 1" at .5,(b1+.2)set label "phone 0" at .5,(b2+.2)set label "phone 1" at .5,(b3+.2)set label "tcp 0" at .5,(b4+.2)plot \"m.2.lat" using 1:($2*100 + b0) with histeps, \"m.3.lat" using 1:($2*100 + b1) with histeps, \"m.4.lat" using 1:($2*100 + b2) with histeps, \"m.5.lat" using 1:($2*100 + b3) with histeps, \"m.6.lat" using 1:($2*100 + b4) with histeps lt 6, \"m.3.lat" using 1:(b0) with lines, \"m.3.lat" using 1:(b1) with lines, \"m.3.lat" using 1:(b2) with lines, \"m.3.lat" using 1:(b3) with lines, \"m.3.lat" using 1:(b4) with lines lt 6
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -