A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Gnuplot

Classes in Gnuplot group are used to collect and prepare and output data for subsequent processing by Gnuplot. More...

+ Collaboration diagram for Gnuplot:

Classes

struct  ns3::GnuplotDataset::Data
 Structure storing the data to plot. More...
 
struct  ns3::Gnuplot2dDataset::Data2d
 Structure storing the data to for a 2D plot. More...
 
struct  ns3::Gnuplot3dDataset::Data3d
 Structure storing the data for a 3D plot. More...
 
struct  ns3::Gnuplot2dFunction::Function2d
 Structure storing the function to be used for a 2D plot. More...
 
struct  ns3::Gnuplot3dFunction::Function3d
 Structure storing the function to be used for a 3D plot. More...
 
class  ns3::Gnuplot
 a simple class to generate gnuplot-ready plotting commands from a set of datasets. More...
 
class  ns3::Gnuplot2dDataset
 Class to represent a 2D points plot. More...
 
class  ns3::Gnuplot2dFunction
 Class to represent a 2D function expression plot. More...
 
class  ns3::Gnuplot3dDataset
 Class to represent a 3D points plot. More...
 
class  ns3::Gnuplot3dFunction
 Class to represent a 3D function expression plot. More...
 
class  ns3::GnuplotCollection
 a simple class to group together multiple gnuplots into one file, e.g. More...
 
class  ns3::GnuplotDataset
 Abstract class to store a plot line to be used by ns3::Gnuplot. More...
 
class  ns3::GnuplotHelper
 Helper class used to make gnuplot plots. More...
 

Detailed Description

Classes in Gnuplot group are used to collect and prepare and output data for subsequent processing by Gnuplot.