1.3.2.2 Qwt4.qplt.IPlot

class IPlot( *arguments)
IPlot is a main window with a Plot widget as central widget.

The data-directed interpretation of each optional argument is the same as for Plot:

The functionality of Plot is enhanced with a tool bar with buttons for printing and cloning into Grace and a combo box to attach the zoomer actions to a set of mouse events. In addition, the position of the cursor in the plot region is tracked and displayed in a status bar.

IPlot uses __getattr__() to inherit all methods of QMainWindow and IPlot.

In addition, the class IPlot defines the following methods:

onMouseMoved( self, event)
Translate the mouse coordinates to plot coordinates for display in the status bar.

print_( self)
Initialize a high resolution printer (if possible) for color output to file and print the plot.