pyqtgraph/PySide6 horizontal gradient flickers when data updates and repeats gradient
Summary The issue at hand is a flickering horizontal gradient in a PySide6 application using pyqtgraph. The gradient is used to represent the color of light at different wavelengths. When the data updates, the gradient flickers momentarily and is repeated across the X-axis. The cause of this issue is related to the coordinate mode of … Read more