--- /srv/reproducible-results/rbuild-debian/r-b-build.Uyndx3QA/b1/python-pyqtgraph_0.13.7-4_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.Uyndx3QA/b2/python-pyqtgraph_0.13.7-4_arm64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - f8e3bbe7173b95898598e0a1f551384c 2161708 doc optional python-pyqtgraph-doc_0.13.7-4_all.deb │ + 5ab1b322bc3e8b7fb99966a8d37e31d2 2161644 doc optional python-pyqtgraph-doc_0.13.7-4_all.deb │ 8055f1d6e45edd941aac7c0108af7787 1376460 python optional python3-pyqtgraph_0.13.7-4_all.deb ├── python-pyqtgraph-doc_0.13.7-4_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-08-06 10:18:16.000000 debian-binary │ │ --rw-r--r-- 0 0 0 14572 2024-08-06 10:18:16.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 2146944 2024-08-06 10:18:16.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 14564 2024-08-06 10:18:16.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 2146888 2024-08-06 10:18:16.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 │ │ │ │ @@ -1092,26 +1092,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 │ │ │ │ plot.addItem( img ) # add ImageItem to PlotItem │ │ │ │ plot.showAxes(True) # frame it with a full set of axes │ │ │ │ plot.invertY(True) # vertical axis counts top to bottom │ │ │ │ │ │ │ │ │ │ │ │

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

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