ContRap
The symbolic tool for control-flow based rapid prototyping.

Function setData from qwtcurves
Brief description

setData(curve:QwtPlotCurve,data:std::vector<double>):QwtPlotCurve

Creates a new plot curve with given data More ...

Function information
Name: setData
Base: QwtPlotCurve
Group: Qwt plugins:Plots
Icon: plot.png
Color: yellow
Authors:
Copyright:

Detailed description

Creates a new plot curve with given data.

Input parameters
curve: QwtPlotCurve
Plot curve
data: std::vector
Y-values of the data

Return values
Default return value: QwtPlotCurve
New plot object