-
Most of the times pyqtgraph's Text Items disappear, i don't know why, maybe a reimplementation using pyqt5 widgets instead of pyqtgraph will solve this.
-
I am trying to use a custom Resampler class to make drawing over 10M data points more efficient. It works nicely except for the fact it is drawing 2 lines per Resampler. Looks like a bug.
```…
-
First option which made me search for something better:
* pyqtgraph https://github.com/pyqtgraph/pyqtgraph/tree/develop/pyqtgraph/flowchart
Alternatives I've found (after spending the time porti…
-
### Short description
Getting segfaults when using widgets based on GraphicsView, Widgets using QOpenGLWidget appear to function as intended.
### Code to reproduce
When running examples that …
-
Whenever the pyqtgraph issue (https://github.com/pyqtgraph/pyqtgraph/issues/533) is revolved, the temporary fix to improve plotting speed by restricting the line width to 1 (https://github.com/pymeasu…
-
with latest ptpython/python-prompt of yesterday and on windows cmd.exe:
```
from pyqtgraph.Qt import QtCore, QtGui
import pyqtgraph as pg
from skimage import data
app = QtGui.QApplication([])
win =…
-
Almost all examples run without issues (after i `pip install pyqtgraph`) but `python PerformanceTest.py` fails with
```
Created outlet with name BetaGen and type EEG
Created outlet with name Gener…
-
A widget with multiple plots can be quite beneficial.
#722 by @mcdo0486 takes care of one implementation, by having multiple, dockable plotwidgets; each of these widgets itself is a full PlotWidget…
-
I think since the recent version of PyQtGraph lines only render if they have no NaNs. I see this by printing to the console the contents of `data` in `lasagna.ingredients.lines.plotIngredient`. When t…
-
Hi guys, how can I make Infinite_line drag and move like pyqtgraph?