#include <gnuplot.h>
Public Member Functions | |
Gnuplot2dFunction (const std::string &title="Untitled", const std::string &function="") | |
void | SetFunction (const std::string &function) |
Since the function expression is not escaped, styles and extras could just as well be included in the expression string.
ns3::Gnuplot2dFunction::Gnuplot2dFunction | ( | const std::string & | title = "Untitled" , |
|
const std::string & | function = "" | |||
) |
title | the title to be associated to this dataset. | |
function | function to plot |
void ns3::Gnuplot2dFunction::SetFunction | ( | const std::string & | function | ) |
function | new function string to set |