1.3.2.4 Qwt5.qplt.Axis or PyQt4.Qwt5.qplt.Axis
-
Axis takes any number of optional arguments.
The data-directed interpretation of each optional argument is:
- QwtPlot.Axis, to set the orientation of the axis. Predefined
instances of QwtPlot.Axis are yLeft, yRight,
xBottom and xTop or Y1, Y2,
X1 and X2.
- QwtScaleEngine, to set the axis type. Predefined instances of
QwtScaleEngine are QwtLinearScaleEngine and
QwtLog10ScaleEngine or Lin and Log.
- int, to set the attributes.
- string or QString, to set the title of the axis.
Release 5.1.0, documentation updated on June 1, 2008.