1.3.2.3 Qwt5.qplt.Curve or PyQt4.Qwt5.qplt.Curve
class Curve( |
x, y, *arguments) |
-
Curve takes two obligatory arguments followed by any number of
optional arguments. The arguments x and y must be sequences
of float objects.
The data-directed interpretation of each optional argument is:
- QwtPlot.Axis, to attach an axis to the curve. Predefined
instances of QwtPlot.Axis are yLeft, yRight,
xBottom and xTop or Y1, Y2,
X1 and X2.
- Pen, to select a pen to connect the data points.
- Symbol, to select a symbol to the data points.
- string or QString, to set the title of the curve.
Release 5.1.0, documentation updated on June 1, 2008.