A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
anonymous_namespace{gnuplot-example.cc} Namespace Reference

Functions

void Create2DPlotFile ()
 This function creates a 2-D plot file.
 
void Create2DPlotWithErrorBarsFile ()
 This function creates a 2-D plot with error bars file.
 
void Create3DPlotFile ()
 This function creates a 3-D plot file.
 

Function Documentation

◆ Create2DPlotFile()

void anonymous_namespace{gnuplot-example.cc}::Create2DPlotFile ( )

This function creates a 2-D plot file.

Definition at line 33 of file gnuplot-example.cc.

References ns3::Gnuplot2dDataset::Add(), ns3::Gnuplot::AddDataset(), ns3::Gnuplot::AppendExtra(), ns3::Gnuplot::GenerateOutput(), ns3::Gnuplot2dDataset::LINES_POINTS, ns3::Gnuplot::SetLegend(), ns3::Gnuplot2dDataset::SetStyle(), ns3::Gnuplot::SetTerminal(), ns3::GnuplotDataset::SetTitle(), and ns3::Gnuplot::SetTitle().

+ Here is the call graph for this function:

◆ Create2DPlotWithErrorBarsFile()

void anonymous_namespace{gnuplot-example.cc}::Create2DPlotWithErrorBarsFile ( )

This function creates a 2-D plot with error bars file.

Definition at line 95 of file gnuplot-example.cc.

References ns3::Gnuplot2dDataset::Add(), ns3::Gnuplot::AddDataset(), ns3::Gnuplot::AppendExtra(), ns3::Gnuplot::GenerateOutput(), ns3::Gnuplot2dDataset::POINTS, ns3::Gnuplot2dDataset::SetErrorBars(), ns3::Gnuplot::SetLegend(), ns3::Gnuplot2dDataset::SetStyle(), ns3::Gnuplot::SetTerminal(), ns3::GnuplotDataset::SetTitle(), ns3::Gnuplot::SetTitle(), and ns3::Gnuplot2dDataset::XY.

+ Here is the call graph for this function:

◆ Create3DPlotFile()

void anonymous_namespace{gnuplot-example.cc}::Create3DPlotFile ( )

This function creates a 3-D plot file.

Definition at line 169 of file gnuplot-example.cc.

References ns3::Gnuplot3dDataset::Add(), ns3::Gnuplot::AddDataset(), ns3::Gnuplot3dDataset::AddEmptyLine(), ns3::Gnuplot::AppendExtra(), ns3::Gnuplot::GenerateOutput(), ns3::Gnuplot3dDataset::SetStyle(), ns3::Gnuplot::SetTerminal(), ns3::GnuplotDataset::SetTitle(), and ns3::Gnuplot::SetTitle().

+ Here is the call graph for this function: