[Ns-bugs] [Bug 538] New: the lines of code over time graph can't be generated automatically

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Thu Apr 2 00:23:38 PDT 2009


http://www.nsnam.org/bugzilla/show_bug.cgi?id=538

           Summary: the lines of code over time graph can't be generated
                    automatically
           Product: ns-3
           Version: pre-release
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: general
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: mathieu.lacage at sophia.inria.fr
   Estimated Hours: 0.0


Created an attachment (id=412)
 --> (http://www.nsnam.org/bugzilla/attachment.cgi?id=412)
locinfo file

the graphic we display on our webpage is not generated automatically:
http://www.nsnam.org/images/locinfo.png

Here is what we use to generate it. We need to automate this task.

gnuplot> set xdata time
gnuplot> set timefmt "%s"
gnuplot> set format x "%m/%y" 
gnuplot> set title "Cumulative number of lines changed over time"
gnuplot> set terminal postscript
gnuplot> set output tom.ps
gnuplot> plot 'b' using 1:2 title ""


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Ns-bugs mailing list