--- /srv/reproducible-results/rbuild-debian/r-b-build.n259WqV5/b1/python-pyqtgraph_0.13.7-1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.n259WqV5/b2/python-pyqtgraph_0.13.7-1_amd64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - bcfa3b9045d092280df50198c0e50dfd 2160332 doc optional python-pyqtgraph-doc_0.13.7-1_all.deb │ + d415bef70ef95c9d201cf03b1a9a1447 2160304 doc optional python-pyqtgraph-doc_0.13.7-1_all.deb │ 58f1115e185a6e66c0772548a93daf79 1375580 python optional python3-pyqtgraph_0.13.7-1_all.deb ├── python-pyqtgraph-doc_0.13.7-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-05-02 06:21:15.000000 debian-binary │ │ --rw-r--r-- 0 0 0 14552 2024-05-02 06:21:15.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 2145588 2024-05-02 06:21:15.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 14544 2024-05-02 06:21:15.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 2145568 2024-05-02 06:21:15.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ │ ├── xz --list │ │ │ @@ -1,13 +1,13 @@ │ │ │ Streams: 1 │ │ │ Blocks: 1 │ │ │ - Compressed size: 14.2 KiB (14552 B) │ │ │ + Compressed size: 14.2 KiB (14544 B) │ │ │ Uncompressed size: 70.0 KiB (71680 B) │ │ │ Ratio: 0.203 │ │ │ Check: CRC64 │ │ │ Stream Padding: 0 B │ │ │ Streams: │ │ │ Stream Blocks CompOffset UncompOffset CompSize UncompSize Ratio Check Padding │ │ │ - 1 1 0 0 14552 71680 0.203 CRC64 0 │ │ │ + 1 1 0 0 14544 71680 0.203 CRC64 0 │ │ │ Blocks: │ │ │ Stream Block CompOffset UncompOffset TotalSize UncompSize Ratio Check │ │ │ - 1 1 12 0 14516 71680 0.203 CRC64 │ │ │ + 1 1 12 0 14508 71680 0.202 CRC64 │ ├── 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.

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