File: gnuplot_simple.script

package info (click to toggle)
ns2 2.35%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 78,120 kB
  • sloc: cpp: 172,923; tcl: 107,127; perl: 6,391; sh: 6,143; ansic: 5,846; makefile: 812; awk: 525; csh: 355
file content (11 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
#cwnd curve
set term png
set out "p_simple.png"
plot "p_simple.trace" u 1:2 w li

#queue information
reset
clear
set term png
set out "queue_simple.png"
plot "queue_simple.trace" u 1:2 w li