next up previous contents
Next: Config class Up: Graphics Previous: graph   Contents

Subsections

set_plot2d

Syntax

void set_plot2d(const char *title_graph, const char *x_axis_title, 
                const char *y_axis_title, const char *label, int type, 
                const Matrix &xdata, const Matrix &ydata,
                int start_y, int end_y);

void set_plot2d(const char *title_graph, const char *x_axis_title, 
                const char *y_axis_title, const std::vector<char *> label,
                int type, const Matrix &xdata, const Matrix &ydata,
                const std::vector<int> & data_select);

Description

This function generates a plot using a range (start_y, end_y) or a selection of columns (data_select) of the ydtata while setting the titles and labels.

Return Value

None



Richard Gourdeau 2004-07-06