GnuplotGraph Class Reference
Outputs a GNUPLOT graph.
More...
#include <graph.h>
Inherits Graph.
List of all members.
Detailed Description
Outputs a GNUPLOT graph.
Member Enumeration Documentation
Constructor & Destructor Documentation
| GnuplotGraph::GnuplotGraph |
( |
Type |
type = Line, |
|
|
const char * |
title = NULL, |
|
|
const char * |
x_axis_name = NULL, |
|
|
const char * |
y_axis_name = NULL | |
|
) |
| | [inline] |
Member Function Documentation
| void GnuplotGraph::save |
( |
const char * |
filename = NULL |
) |
[virtual] |
| void GnuplotGraph::save_column_graph |
( |
FILE * |
f |
) |
[protected] |
| void GnuplotGraph::save_line_graph |
( |
FILE * |
f |
) |
[protected] |
| void GnuplotGraph::set_type |
( |
Type |
type |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files: