Functions | |
void | Create2DPlotFile () |
This function creates a 2-D plot file. More... | |
void | Create2DPlotWithErrorBarsFile () |
This function creates a 2-D plot with error bars file. More... | |
void | Create3DPlotFile () |
This function creates a 3-D plot file. More... | |
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(), ns3::Gnuplot::SetTitle(), and two-ray-to-three-gpp-ch-calibration::x.
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(), two-ray-to-three-gpp-ch-calibration::x, and ns3::Gnuplot2dDataset::XY.
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(), ns3::Gnuplot::SetTitle(), and two-ray-to-three-gpp-ch-calibration::x.