Class to represent a 3D function expression plot. More...
#include <gnuplot.h>
Classes | |
struct | Function3d |
Public Member Functions | |
Gnuplot3dFunction (const std::string &title="Untitled", const std::string &function="") | |
void | SetFunction (const std::string &function) |
Class to represent a 3D function expression plot.
Since the function expression is not escaped, styles and extras could just as well be included in the expression string. The only difference to Gnuplot2dFunction is the splot command string.
Definition at line 311 of file gnuplot.h.
ns3::Gnuplot3dFunction::Gnuplot3dFunction | ( | const std::string & | title = "Untitled" , |
|
const std::string & | function = "" | |||
) |
title | the title to be associated to this dataset. | |
function | function to plot |
Create an function dataset. Usually, the dataset's title is displayed in the legend box.
Definition at line 549 of file gnuplot.cc.
void ns3::Gnuplot3dFunction::SetFunction | ( | const std::string & | function | ) |
function | new function string to set |
Definition at line 555 of file gnuplot.cc.