gnuplot_vegas_param.script
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:
通讯编程
开发平台:
Visual C++
- #cwnd curve
- set term png
- set out "cwnd.png"
- plot "p1.trace" u 1:2 w li, "p2.trace" u 1:2 w li, "p3.trace" u 1:2 w li
- #queue information
- reset
- clear
- set term png
- set out "queue.png"
- plot "queue.trace" u 1:2 w li