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

Function qwtparametriccurve from qwtcurves
Brief description

qwtparametriccurve(data:Object,range:IntervalF):QwtData

Creates a parametric planar curve given by a function More ...

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

Detailed description

Creates a parametric planar curve given by a function. The function can be plotted using the qwtplot command.

Input parameters
data: Object
A function in one number variable returning a list of two numbers.
range: IntervalF
List of two numbers, which describes the range of the function parameter

Return values
Default return value: QwtData
Curve object