Hey,
using the moustracking:
Qt Code:
  1. #mouse coordinates
  2. picker = Qwt.QwtPlotPicker(Qwt.QwtPlot.xBottom,
  3. Qwt.QwtPlot.yLeft,
  4. Qwt.QwtPicker.NoSelection,
  5. Qwt.QwtPlotPicker.CrossRubberBand,
  6. Qwt.QwtPicker.AlwaysOn,
  7. demo.canvas())
  8. picker.setTrackerPen(qt.QPen(qt.Qt.black))
To copy to clipboard, switch view to plain text mode 
how can i change the number of significant digits? I only want 2 places behind the decimal, %.2f ???
Thanks