Creates a graphic from a data file. More...
#include <gnugraph.h>
Public Member Functions | |
short | graph (const std::string &title_graph, const std::string &label, const short x, const short y, const short x_start, const short y_start, const short y_end) |
Creates a graphic. | |
Plot_file (const std::string &filename) | |
Constructor. | |
Private Attributes | |
std::vector< Matrix > | data_from_file |
Data file. | |
std::vector< std::string > | data_title |
Data file title. |
Creates a graphic from a data file.
Definition at line 223 of file gnugraph.h.
Plot_file::Plot_file | ( | const std::string & | filename | ) |
short Plot_file::graph | ( | const std::string & | title_graph, |
const std::string & | label, | ||
const short | x, | ||
const short | y, | ||
const short | x_start, | ||
const short | y_start, | ||
const short | y_end | ||
) |
Creates a graphic.
Definition at line 753 of file gnugraph.cpp.
std::vector<Matrix> Plot_file::data_from_file [private] |
Data file.
Definition at line 231 of file gnugraph.h.
std::vector<std::string> Plot_file::data_title [private] |
Data file title.
Definition at line 232 of file gnugraph.h.