{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.n259WqV5/b1/python-pyqtgraph_0.13.7-1_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.n259WqV5/b2/python-pyqtgraph_0.13.7-1_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n- bcfa3b9045d092280df50198c0e50dfd 2160332 doc optional python-pyqtgraph-doc_0.13.7-1_all.deb\n+ d415bef70ef95c9d201cf03b1a9a1447 2160304 doc optional python-pyqtgraph-doc_0.13.7-1_all.deb\n 58f1115e185a6e66c0772548a93daf79 1375580 python optional python3-pyqtgraph_0.13.7-1_all.deb\n"}, {"source1": "python-pyqtgraph-doc_0.13.7-1_all.deb", "source2": "python-pyqtgraph-doc_0.13.7-1_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2024-05-02 06:21:15.000000 debian-binary\n--rw-r--r-- 0 0 0 14552 2024-05-02 06:21:15.000000 control.tar.xz\n--rw-r--r-- 0 0 0 2145588 2024-05-02 06:21:15.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 14544 2024-05-02 06:21:15.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 2145568 2024-05-02 06:21:15.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}, {"source1": "xz --list", "source2": "xz --list", "unified_diff": "@@ -1,13 +1,13 @@\n Streams: 1\n Blocks: 1\n- Compressed size: 14.2 KiB (14552 B)\n+ Compressed size: 14.2 KiB (14544 B)\n Uncompressed size: 70.0 KiB (71680 B)\n Ratio: 0.203\n Check: CRC64\n Stream Padding: 0 B\n Streams:\n Stream Blocks CompOffset UncompOffset CompSize UncompSize Ratio Check Padding\n- 1 1 0 0 14552 71680 0.203 CRC64 0\n+ 1 1 0 0 14544 71680 0.203 CRC64 0\n Blocks:\n Stream Block CompOffset UncompOffset TotalSize UncompSize Ratio Check\n- 1 1 12 0 14516 71680 0.203 CRC64\n+ 1 1 12 0 14508 71680 0.202 CRC64\n"}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/doc/python-pyqtgraph-doc/html/api_reference/colormap.html", "source2": "./usr/share/doc/python-pyqtgraph-doc/html/api_reference/colormap.html", "unified_diff": "@@ -1092,26 +1092,26 @@\n cm.setMappingMode('diverging') # set mapping mode\n brush = cm.getBrush( span=(-1., 1.) ) # gradient from blue at -1 to red at +1\n # plot a curve that is filled to zero with the gradient brush:\n curve2 = pg.PlotDataItem( y=y_data2, pen='w', brush=brush, fillLevel=0.0 )\n \n \n \"Example\n plot.addItem( img ) # add ImageItem to PlotItem\n plot.showAxes(True) # frame it with a full set of axes\n plot.invertY(True) # vertical axis counts top to bottom\n \n \n

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

\n \n \n \n \n \n