-
```
"PyQtGraph is a pure-python graphics and GUI library built on PyQt4 / PySide
and numpy.
It is intended for use in mathematics / scientific / engineering applications.
Despite being written en…
-
Attempted to open a tif file and recieved this error message:
--------------------------------------------------------------------------------
2024-07-24, 11:55:18
-------------------------------…
-
**Describe the bug**
Yet another breaking change from pyqtgraph and PyDMImage.
Everything works fine with 0.11 series.
**Expected behavior**
PyDMImage works fine as expected.
**Steps to Repro…
-
### Short description
mouse over a docklabel, cause this error:
`AttributeError: 'DockLabel' object has no attribute 'pressPos'`
### Expected behavior
no error
### Real behavior
```
Trace…
-
pyqtgraph was used for simplicity but since all drawing is done with a QPainterPath, pyqtgraph and numpy can be removed.
I may build a ruler widget as well.
-
Panning is broken after https://github.com/pyqtgraph/pyqtgraph/commit/61f067bf7c908c8a8f9f0de5cdc1a95c444bf722.
Haven't figured out what does it yet but pinning to the commit prior at least gets us t…
-
## Environment data
- VS Code version: 1.61
- Extension version: 2021.10.1365161279
- OS and version: RHEL7
- Python version: Anaconda Python 3.8.3
## Expected behaviour
When r…
-
On 1/4/21, we started noticing that psocake on ana-4.0.5 was throwing multiple exceptions; they are ignored and do not prevent some of the usage of psocake. They however mess with the display of histo…
-
### Short description
When creating a parameter tree in macOS dark mode, the text for the "action" buttons is doubled, with the two texts identical but offset.
### Code to reproduce
MWE. Note th…
-
When trying to run the visualization with gui I get the following error:
AttributeError: module 'pyqtgraph.Qt.QtGui' has no attribute 'QApplication'. Did you mean: 'QGuiApplication'?
I installed…