Function qwtdatacurve from qwtcurves
Brief description
qwtdatacurve(data:List):QwtData
Cereates a planar curve given by a set of points More ...
Function information
| Name: | qwtdatacurve |
| Base: | |
| Group: | Qwt plugins:Plots |
| Icon: | plot.png |
| Color: | |
| Authors: | |
| Copyright: |
Detailed description
Cereates a planar curve given by a set of points. The function can be plotted using the qwtplot command.
Input parameters
-
data:
List
- A list of lists of point coordinates
Return values
-
Default return value:
QwtData
- Curve object
