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. | |
void anonymous_namespace{gnuplot-example.cc}::Create2DPlotFile | ( | ) |
This function creates a 2-D plot file.
Definition at line 22 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::Gnuplot::SetTitle(), and ns3::GnuplotDataset::SetTitle().
void anonymous_namespace{gnuplot-example.cc}::Create2DPlotWithErrorBarsFile | ( | ) |
This function creates a 2-D plot with error bars file.
Definition at line 84 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::Gnuplot::SetTitle(), ns3::GnuplotDataset::SetTitle(), and ns3::Gnuplot2dDataset::XY.
void anonymous_namespace{gnuplot-example.cc}::Create3DPlotFile | ( | ) |
This function creates a 3-D plot file.
Definition at line 158 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::Gnuplot::SetTitle(), and ns3::GnuplotDataset::SetTitle().