[ns] Drawing Graph
Michal Behrendt
michal.behrendt at xl.wp.pl
Mon Apr 4 07:36:22 PDT 2005
----- Original Message -----
From: "Shiva Selvadurai" <selvadurai_shiva at rediffmail.com>
To: <ns-developers at ISI.EDU>; <ns-users at ISI.EDU>
Sent: Monday, April 04, 2005 2:15 PM
Subject: [ns] Drawing Graph
hi,
can anyone get me how could i draw graph using the trace file generated
using xgraph and tracegraph.
yours,
Shiva
Hello
Maybe this answer won't satisfy you but:
To draw graphs directly from tracefile you should use tracegraph
Drawing plots in xgraph require preparation of trace file. I prefer awk -
you should extract two columns from it.
For example first is time and second is end 2 end delay.
See some tutorials.
There is also another possibility - preparing tcl file. But in my opinion
this is difficult.
More information about the Ns-users
mailing list