SiQt.matplotlib.NavigationToolbar

class SiQt.matplotlib.NavigationToolbar(canvas, parent, coordinates=True)[source]
__init__(canvas, parent, coordinates=True)[source]

coordinates: should we show the coordinates on the right?

Methods

__init__(canvas, parent[, coordinates]) coordinates: should we show the coordinates on the right?
acceptDrops(self)
accessibleDescription(self)
accessibleName(self)
actionAt(self, QPoint) actionAt(self, int, int) -> QAction
actionEvent(self, QActionEvent)
actionGeometry(self, QAction)
actions(self)
activateWindow(self)
addAction(self, QAction) addAction(self, str) -> QAction addAction(self, QIcon, str) -> QAction addAction(self, str, PYQT_SLOT) -> QAction addAction(self, QIcon, str, PYQT_SLOT) -> QAction
addActions(self, object)
addSeparator(self)
addWidget(self, QWidget)
adjustSize(self)
allowedAreas(self)
autoFillBackground(self)
back(*args) move back up the view lim stack
backgroundRole(self)
baseSize(self)
blockSignals(self, bool)
changeEvent(self, QEvent)
childAt(self, QPoint) childAt(self, int, int) -> QWidget
childEvent(self, QChildEvent)
children(self)
childrenRect(self)
childrenRegion(self)
clear(self)
clearFocus(self)
clearMask(self)
close(self)
closeEvent(self, QCloseEvent)
colorCount(self)
configure_subplots()
connectNotify(self, QMetaMethod)
contentsMargins(self)
contentsRect(self)
contextMenuEvent(self, QContextMenuEvent)
contextMenuPolicy(self)
create(self, window, initializeWindow, …)
createWindowContainer(QWindow, parent, …)
cursor(self)
customEvent(self, QEvent)
deleteLater(self)
depth(self)
destroy(self, destroyWindow, destroySubWindows)
devType(self)
devicePixelRatio(self)
devicePixelRatioF(self)
devicePixelRatioFScale()
disconnect(self)
disconnectNotify(self, QMetaMethod)
dragEnterEvent(self, QDragEnterEvent)
dragLeaveEvent(self, QDragLeaveEvent)
dragMoveEvent(self, QDragMoveEvent)
drag_pan(event) Callback for dragging in pan/zoom mode.
drag_zoom(event) Callback for dragging in zoom mode.
draw() Redraw the canvases, update the locators.
draw_rubberband(event, x0, y0, x1, y1) Draw a rectangle rubberband to indicate zoom limits.
dropEvent(self, QDropEvent)
dumpObjectInfo(self)
dumpObjectTree(self)
dynamicPropertyNames(self)
dynamic_update()
edit_parameters()
effectiveWinId(self)
ensurePolished(self)
enterEvent(self, QEvent)
event(self, QEvent)
eventFilter(self, QObject, QEvent)
find(sip.voidptr)
findChild(self, type, name, options, …) findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChildren(self, type, name, options, …) findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
focusInEvent(self, QFocusEvent)
focusNextChild(self)
focusNextPrevChild(self, bool)
focusOutEvent(self, QFocusEvent)
focusPolicy(self)
focusPreviousChild(self)
focusProxy(self)
focusWidget(self)
font(self)
fontInfo(self)
fontMetrics(self)
foregroundRole(self)
forward(*args) Move forward in the view lim stack.
frameGeometry(self)
frameSize(self)
geometry(self)
getContentsMargins(self)
grab(self, rectangle)
grabGesture(self, Qt.GestureType, flags, …)
grabKeyboard(self)
grabMouse(self) grabMouse(self, Union[QCursor, Qt.CursorShape])
grabShortcut(self, Union[QKeySequence, …)
graphicsEffect(self)
graphicsProxyWidget(self)
hasFocus(self)
hasHeightForWidth(self)
hasMouseTracking(self)
hasTabletTracking(self)
height(self)
heightForWidth(self, int)
heightMM(self)
hide(self)
hideEvent(self, QHideEvent)
home(*args) Restore the original view.
iconSize(self)
inherits(self, str)
initPainter(self, QPainter)
initStyleOption(self, QStyleOptionToolBar)
inputMethodEvent(self, QInputMethodEvent)
inputMethodHints(self)
inputMethodQuery(self, Qt.InputMethodQuery)
insertAction(self, QAction, QAction)
insertActions(self, QAction, Iterable[QAction])
insertSeparator(self, QAction)
insertWidget(self, QAction, QWidget)
installEventFilter(self, QObject)
isActiveWindow(self)
isAncestorOf(self, QWidget)
isAreaAllowed(self, Qt.ToolBarArea)
isEnabled(self)
isEnabledTo(self, QWidget)
isFloatable(self)
isFloating(self)
isFullScreen(self)
isHidden(self)
isLeftToRight(self)
isMaximized(self)
isMinimized(self)
isModal(self)
isMovable(self)
isRightToLeft(self)
isSignalConnected(self, QMetaMethod)
isVisible(self)
isVisibleTo(self, QWidget)
isWidgetType(self)
isWindow(self)
isWindowModified(self)
isWindowType(self)
keyPressEvent(self, QKeyEvent)
keyReleaseEvent(self, QKeyEvent)
keyboardGrabber()
killTimer(self, int)
layout(self)
layoutDirection(self)
leaveEvent(self, QEvent)
locale(self)
logicalDpiX(self)
logicalDpiY(self)
lower(self)
mapFrom(self, QWidget, QPoint)
mapFromGlobal(self, QPoint)
mapFromParent(self, QPoint)
mapTo(self, QWidget, QPoint)
mapToGlobal(self, QPoint)
mapToParent(self, QPoint)
mask(self)
maximumHeight(self)
maximumSize(self)
maximumWidth(self)
metaObject(self)
metric(self, QPaintDevice.PaintDeviceMetric)
minimumHeight(self)
minimumSize(self)
minimumSizeHint(self)
minimumWidth(self)
mouseDoubleClickEvent(self, QMouseEvent)
mouseGrabber()
mouseMoveEvent(self, QMouseEvent)
mousePressEvent(self, QMouseEvent)
mouseReleaseEvent(self, QMouseEvent)
mouse_move(event)
move(self, QPoint) move(self, int, int)
moveEvent(self, QMoveEvent)
moveToThread(self, QThread)
nativeEvent(self, Union[QByteArray, bytes, …)
nativeParentWidget(self)
nextInFocusChain(self)
normalGeometry(self)
objectName(self)
orientation(self)
overrideWindowFlags(self, …)
overrideWindowState(self, …)
paintEngine(self)
paintEvent(self, QPaintEvent)
paintingActive(self)
palette(self)
pan(*args) Activate the pan/zoom tool.
parent(self)
parentWidget(self)
physicalDpiX(self)
physicalDpiY(self)
pos(self)
press(event) Called whenever a mouse button is pressed.
press_pan(event) Callback for mouse button press in pan/zoom mode.
press_zoom(event) Callback for mouse button press in zoom to rect mode.
previousInFocusChain(self)
property(self, str)
push_current() Push the current view limits and position onto the stack.
pyqtConfigure(…) Each keyword argument is either the name of a Qt property or a Qt signal.
raise_(self)
receivers(self, PYQT_SIGNAL)
rect(self)
release(event) Callback for mouse button release.
releaseKeyboard(self)
releaseMouse(self)
releaseShortcut(self, int)
release_pan(event) Callback for mouse button release in pan/zoom mode.
release_zoom(event) Callback for mouse button release in zoom to rect mode.
removeAction(self, QAction)
removeEventFilter(self, QObject)
remove_rubberband() Remove the rubberband.
render(self, QPaintDevice, targetOffset, …) render(self, QPainter, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.DrawWindowBackground|QWidget.DrawChildren))
repaint(self) repaint(self, int, int, int, int) repaint(self, QRect) repaint(self, QRegion)
resize(self, QSize) resize(self, int, int)
resizeEvent(self, QResizeEvent)
restoreGeometry(self, Union[QByteArray, …)
saveGeometry(self)
save_figure(*args) Save the current figure.
scroll(self, int, int) scroll(self, int, int, QRect)
sender(self)
senderSignalIndex(self)
setAcceptDrops(self, bool)
setAccessibleDescription(self, str)
setAccessibleName(self, str)
setAllowedAreas(self, Union[Qt.ToolBarAreas, …)
setAttribute(self, Qt.WidgetAttribute, on)
setAutoFillBackground(self, bool)
setBackgroundRole(self, QPalette.ColorRole)
setBaseSize(self, int, int) setBaseSize(self, QSize)
setContentsMargins(self, int, int, int, int) setContentsMargins(self, QMargins)
setContextMenuPolicy(self, Qt.ContextMenuPolicy)
setCursor(self, Union[QCursor, Qt.CursorShape])
setDisabled(self, bool)
setEnabled(self, bool)
setFixedHeight(self, int)
setFixedSize(self, QSize) setFixedSize(self, int, int)
setFixedWidth(self, int)
setFloatable(self, bool)
setFocus(self) setFocus(self, Qt.FocusReason)
setFocusPolicy(self, Qt.FocusPolicy)
setFocusProxy(self, QWidget)
setFont(self, QFont)
setForegroundRole(self, QPalette.ColorRole)
setGeometry(self, QRect) setGeometry(self, int, int, int, int)
setGraphicsEffect(self, QGraphicsEffect)
setHidden(self, bool)
setIconSize(self, QSize)
setInputMethodHints(self, …)
setLayout(self, QLayout)
setLayoutDirection(self, Qt.LayoutDirection)
setLocale(self, QLocale)
setMask(self, QBitmap) setMask(self, QRegion)
setMaximumHeight(self, int)
setMaximumSize(self, int, int) setMaximumSize(self, QSize)
setMaximumWidth(self, int)
setMinimumHeight(self, int)
setMinimumSize(self, int, int) setMinimumSize(self, QSize)
setMinimumWidth(self, int)
setMouseTracking(self, bool)
setMovable(self, bool)
setObjectName(self, str)
setOrientation(self, Qt.Orientation)
setPalette(self, QPalette)
setParent(self, QWidget) setParent(self, QWidget, Union[Qt.WindowFlags, Qt.WindowType])
setProperty(self, str, Any)
setShortcutAutoRepeat(self, int, enabled)
setShortcutEnabled(self, int, enabled)
setSizeIncrement(self, int, int) setSizeIncrement(self, QSize)
setSizePolicy(self, QSizePolicy) setSizePolicy(self, QSizePolicy.Policy, QSizePolicy.Policy)
setStatusTip(self, str)
setStyle(self, QStyle)
setStyleSheet(self, str)
setTabOrder(QWidget, QWidget)
setTabletTracking(self, bool)
setToolButtonStyle(self, Qt.ToolButtonStyle)
setToolTip(self, str)
setToolTipDuration(self, int)
setUpdatesEnabled(self, bool)
setVisible(self, bool)
setWhatsThis(self, str)
setWindowFilePath(self, str)
setWindowFlag(self, Qt.WindowType, on)
setWindowFlags(self, Union[Qt.WindowFlags, …)
setWindowIcon(self, QIcon)
setWindowIconText(self, str)
setWindowModality(self, Qt.WindowModality)
setWindowModified(self, bool)
setWindowOpacity(self, float)
setWindowRole(self, str)
setWindowState(self, Union[Qt.WindowStates, …)
setWindowTitle(self, str)
set_cursor(cursor) Set the current cursor to one of the Cursors enums values.
set_history_buttons() Enable or disable the back/forward button.
set_message(s) Display a message on toolbar or in status bar.
sharedPainter(self)
show(self)
showEvent(self, QShowEvent)
showFullScreen(self)
showMaximized(self)
showMinimized(self)
showNormal(self)
signalsBlocked(self)
size(self)
sizeHint(self)
sizeIncrement(self)
sizePolicy(self)
stackUnder(self, QWidget)
startTimer(self, int, timerType)
statusTip(self)
style(self)
styleSheet(self)
tabletEvent(self, QTabletEvent)
testAttribute(self, Qt.WidgetAttribute)
thread(self)
timerEvent(self, QTimerEvent)
toggleViewAction(self)
toolButtonStyle(self)
toolTip(self)
toolTipDuration(self)
tr(self, str, disambiguation, n)
underMouse(self)
ungrabGesture(self, Qt.GestureType)
unsetCursor(self)
unsetLayoutDirection(self)
unsetLocale(self)
update() Reset the axes stack.
updateGeometry(self)
updateMicroFocus(self)
updatesEnabled(self)
visibleRegion(self)
whatsThis(self)
wheelEvent(self, QWheelEvent)
widgetForAction(self, QAction)
width(self)
widthMM(self)
winId(self)
window(self)
windowFilePath(self)
windowFlags(self)
windowHandle(self)
windowIcon(self)
windowIconText(self)
windowModality(self)
windowOpacity(self)
windowRole(self)
windowState(self)
windowTitle(self)
windowType(self)
x(self)
y(self)
zoom(*args) Activate zoom to rect mode.

Attributes

DrawChildren
DrawWindowBackground
IgnoreMask
PdmDepth
PdmDevicePixelRatio
PdmDevicePixelRatioScaled
PdmDpiX
PdmDpiY
PdmHeight
PdmHeightMM
PdmNumColors
PdmPhysicalDpiX
PdmPhysicalDpiY
PdmWidth
PdmWidthMM
actionTriggered actionTriggered(self, QAction) [signal]
customContextMenuRequested customContextMenuRequested(self, QPoint) [signal]
destroyed destroyed(self, QObject = None) [signal]
iconSizeChanged iconSizeChanged(self, QSize) [signal]
message
movableChanged movableChanged(self, bool) [signal]
objectNameChanged objectNameChanged(self, str) [signal]
staticMetaObject
toolitems
topLevelChanged topLevelChanged(self, bool) [signal]
visibilityChanged visibilityChanged(self, bool) [signal]
windowIconChanged windowIconChanged(self, QIcon) [signal]
windowIconTextChanged windowIconTextChanged(self, str) [signal]
windowTitleChanged windowTitleChanged(self, str) [signal]