#include <gnugraph.h>
Inheritance diagram for Plot_file:

Definition at line 223 of file gnugraph.h.
Public Member Functions | |
| Plot_file (const std::string &filename) | |
| 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) |
Private Attributes | |
| std::vector< Matrix > | data_from_file |
| Data file. | |
| std::vector< std::string > | data_title |
| Data file title. | |
1.5.1