|
UTILLib 2.0
Common C++ library with utilities.
|
The plot namespace is used for plotting related classes and functions. More...
Classes | |
| class | CsvWriter |
| Simple writer interface when creating a CSV file (comma separated value). More... | |
| class | GnuPlot |
| Simple wrapper around the gnuplot application that do plotting. More... | |
Enumerations | |
| enum class | GnuTerminal { wxt = 0 } |
| Types of gnuplot output devices. More... | |
Functions | |
| template<> | |
| void | CsvWriter::AddColumnValue< std::string > (const std::string &value) |
| Adds a column text string. | |
The plot namespace is used for all plotting related classes and functions.
|
strong |
| void util::plot::CsvWriter::AddColumnValue< std::string > | ( | const std::string & | value | ) |
Function that adds a string column value to file.
| value | Text to save. |