Add Gnuplot section to ns-3 Manual

This commit is contained in:
Mitch Watrous
2011-09-08 10:52:12 -07:00
parent f2f5fa1f14
commit 9d5261f0bd
8 changed files with 302 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ void create3DPlotFile ()
// plot 120 degrees around the new z axis.
plot.AppendExtra ("set view 30, 120, 1.0, 1.0");
// Move the zero for the z axis be onto the xy plane.
// Make the zero for the z-axis be in the x-axis and y-axis plane.
plot.AppendExtra ("set ticslevel 0");
// Set the labels for each axis.