|
| PNGGraph (const char *title=nullptr, const char *x_axis_name=nullptr, const char *y_axis_name=nullptr, double lines_width=1.0, double plot_width=800, double plot_height=600) |
|
| GnuplotGraph (const char *title=nullptr, const char *x_axis_name=nullptr, const char *y_axis_name=nullptr, double lines_width=1.0, const std::string &terminal_str=default_terminal) |
|
virtual void | save (const char *filename) |
|
void | set_legend_pos (const char *posspec) |
|
| 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) |
|
Outputs a graph into a .PNG file via GNUPLOT.
Definition at line 142 of file graph.h.