--- /srv/rebuilderd/tmp/rebuilderdiSesjm/inputs/python-pyqtgraph-doc_0.14.0-2_all.deb +++ /srv/rebuilderd/tmp/rebuilderdiSesjm/out/python-pyqtgraph-doc_0.14.0-2_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-12-24 09:44:37.000000 debian-binary │ --rw-r--r-- 0 0 0 14372 2025-12-24 09:44:37.000000 control.tar.xz │ --rw-r--r-- 0 0 0 2443644 2025-12-24 09:44:37.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 14376 2025-12-24 09:44:37.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 2443724 2025-12-24 09:44:37.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python-pyqtgraph-doc/html/api_reference/colormap.html │ │ │ @@ -491,26 +491,26 @@ │ │ │ cm.setMappingMode('diverging') # set mapping mode │ │ │ brush = cm.getBrush( span=(-1., 1.) ) # gradient from blue at -1 to red at +1 │ │ │ # plot a curve that is filled to zero with the gradient brush: │ │ │ curve2 = pg.PlotDataItem( y=y_data2, pen='w', brush=brush, fillLevel=0.0 ) │ │ │ │ │ │ │ │ │ Example of a false color image │ │ │ self.timer = pg.QtCore.QTimer( singleShot=True ) │ │ │ self.timer.timeout.connect(self.export) │ │ │ self.timer.start(100) │ │ │ │ │ │ │ │ │

GraphicsLayoutWidget - QWidget subclass displaying a single GraphicsLayout. Most of the methods provided by GraphicsLayout are also available through GraphicsLayoutWidget.

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │