#include <graph.h>
|
| MatlabGraph (const char *title=nullptr, const char *x_axis_name=nullptr, const char *y_axis_name=nullptr) |
|
virtual void | save (const char *filename) |
|
| Graph (const char *title=nullptr, const char *x_axis_name=nullptr, const char *y_axis_name=nullptr) |
|
void | set_captions (const char *title=nullptr, const char *x_axis_name=nullptr, const char *y_axis_name=nullptr) |
|
void | set_log_x (bool log=true) |
|
void | set_log_y (bool log=true) |
|
void | show_legend (bool show=true) |
|
void | show_grid (bool show=true) |
|
int | add_row (const char *name=nullptr, const char *color="k", const char *line="-", const char *marker="") |
|
void | set_row_style (int row, const char *color="k", const char *line="-", const char *marker="") |
|
void | add_values (int row, double x, double y) |
|
void | add_values (double x, double y) |
|
void | add_values (int row, int n, double *x, double *y) |
|
void | add_values (int row, int n, double2 *xy) |
|
void | save_numbered (const char *filename, int number) |
|
|
std::string | title |
|
std::string | xname |
|
std::string | yname |
|
bool | logx |
|
bool | logy |
|
bool | legend |
|
bool | grid |
|
std::vector< Row > | rows |
|
Outputs a MATLAB graph.
Definition at line 91 of file graph.h.
The documentation for this class was generated from the following files: