UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
util::plot Namespace Reference

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.

Detailed Description

The plot namespace is used for all plotting related classes and functions.

Enumeration Type Documentation

◆ GnuTerminal

enum class util::plot::GnuTerminal
strong
Enumerator
wxt 

wxWidgets window

Function Documentation

◆ CsvWriter::AddColumnValue< std::string >()

template<>
void util::plot::CsvWriter::AddColumnValue< std::string > ( const std::string & value)

Function that adds a string column value to file.

Parameters
valueText to save.