Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyqtgraph

Efficiently Plot Large Data Sets With Pyqtgraph

I'm trying to generate a matrix of scatter plots and histograms with pyqtgraph. The input (x an… Read more Efficiently Plot Large Data Sets With Pyqtgraph

Integrating Two Event Handling Programs In Python

I have two programs in Python. Let's call them Prog1.py and Prog2.py . Prog1 is helping me get … Read more Integrating Two Event Handling Programs In Python

Pyqtgraph Change Color Of Node And Its Edges On Click

I'm working with pyqtgraph to create an interactive network of nodes and edges (initially from … Read more Pyqtgraph Change Color Of Node And Its Edges On Click

Drawing A Rectangle In Pyqtgraph

I am trying to draw rectangles in pyqtgraph to show data in a 2D array, it is inside a window creat… Read more Drawing A Rectangle In Pyqtgraph

Using Time In Scatter Plot Items X-axis In Pyqt4

import sys from pyqtgraph.Qt import QtGui, QtCore import pyqtgraph as pg import numpy as np app = … Read more Using Time In Scatter Plot Items X-axis In Pyqt4

Pyqtgraph Limit Zoom To Upper/lower Bound Of Axes

so Pyqtgraph automatically computes the axis and rescales upon zooming, and this is fine. However I… Read more Pyqtgraph Limit Zoom To Upper/lower Bound Of Axes