Package Scientific :: Package QtWidgets :: Module QtPlotCanvas
[frames] | no frames]

Module QtPlotCanvas

Plot widget for Qt user interfaces

A plot widget acts like a canvas for special graphics objects that represent curves shown by lines or markers.

Note that this module is not meant to replace a full-featured plot program. It was designed to permit the simple integration of plots into Qt-based user interfaces.

Classes
  HorizontalLine
A horizontal line
  PlotCanvas
Qt plot widget
  PlotGraphics
Compound graphics object
  PolyLine
Multiple connected lines
  PolyMarker
Series of markers
  PolyPoints
  VerticalLine
A vertical line
Variables
  IO_AbortError = 6
  IO_Append = 4
  IO_Async = 128
  IO_Combined = 768
  IO_ConnectError = 5
  IO_Direct = 256
  IO_FatalError = 3
  IO_ModeMask = 255
  IO_Ok = 0
  IO_Open = 4096
  IO_OpenError = 5
  IO_Raw = 64
  IO_ReadError = 1
  IO_ReadOnly = 1
  IO_ReadWrite = 3
  IO_ResourceError = 4
  IO_Sequential = 512
  IO_StateMask = 61440
  IO_TimeOutError = 7
  IO_Translate = 16
  IO_Truncate = 8
  IO_TypeMask = 3840
  IO_UnspecifiedError = 8
  IO_WriteError = 2
  IO_WriteOnly = 2
  PYQT_VERSION = 200964
  PYQT_VERSION_STR = '3.17.4'
  QCOORD_MAX = 2147483647
  QCOORD_MIN = -2147483648
  QT_VERSION = 197384
  QT_VERSION_STR = '3.3.8b'
  QtDebugMsg = 0
  QtFatalMsg = 2
  QtWarningMsg = 1
  colors_by_name = True
  qApp = <qt.QApplication object at 0x285a420>