{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.z553uKLK/b1/python-cycler_0.11.0-1_armhf.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.z553uKLK/b2/python-cycler_0.11.0-1_armhf.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n- e3ce8dcd497acacfa8ae65823f2faeea 647604 doc optional python-cycler-doc_0.11.0-1_all.deb\n+ d07a3fac939df02a156f897e654305a9 647616 doc optional python-cycler-doc_0.11.0-1_all.deb\n 1a63ff87b5a4a76e291f5595a6c0d2db 7948 python optional python3-cycler_0.11.0-1_all.deb\n"}, {"source1": "python-cycler-doc_0.11.0-1_all.deb", "source2": "python-cycler-doc_0.11.0-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 2021-11-04 03:48:25.000000 debian-binary\n--rw-r--r-- 0 0 0 1888 2021-11-04 03:48:25.000000 control.tar.xz\n--rw-r--r-- 0 0 0 645524 2021-11-04 03:48:25.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 1892 2021-11-04 03:48:25.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 645532 2021-11-04 03:48:25.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": "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-cycler-doc/html/index.html", "source2": "./usr/share/doc/python-cycler-doc/html/index.html", "unified_diff": "@@ -282,26 +282,26 @@\n \n
\n

Inspecting the Cycler\u00b6

\n

To inspect the values of the transposed Cycler use\n the Cycler.by_key method:

\n
In [36]: c_m.by_key()\n Out[36]: \n-{'color': ['r', 'r', 'g', 'g', 'b', 'b'],\n- 'marker': ['s', 'o', 's', 'o', 's', 'o']}\n+{'marker': ['s', 'o', 's', 'o', 's', 'o'],\n+ 'color': ['r', 'r', 'g', 'g', 'b', 'b']}\n 
\n
\n

This dict can be mutated and used to create a new Cycler with\n the updated values

\n
In [37]: bk = c_m.by_key()\n \n In [38]: bk['color'] = ['green'] * len(c_m)\n \n In [39]: cycler(**bk)\n-Out[39]: (cycler('color', ['green', 'green', 'green', 'green', 'green', 'green']) + cycler('marker', ['s', 'o', 's', 'o', 's', 'o']))\n+Out[39]: (cycler('marker', ['s', 'o', 's', 'o', 's', 'o']) + cycler('color', ['green', 'green', 'green', 'green', 'green', 'green']))\n 
\n
\n
\n
\n

Examples\u00b6

\n

We can use Cycler instances to cycle over one or more kwarg to\n plot :

\n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -183,25 +183,25 @@\n Out[35]: cycler('color', ['g', 'b'])\n to return a sub-set of the cycle as a new Cycler.\n \n **** Inspecting the Cycler\u00c2\u00b6 ****\n To inspect the values of the transposed Cycler use the Cycler.by_key method:\n In [36]: c_m.by_key()\n Out[36]:\n-{'color': ['r', 'r', 'g', 'g', 'b', 'b'],\n- 'marker': ['s', 'o', 's', 'o', 's', 'o']}\n+{'marker': ['s', 'o', 's', 'o', 's', 'o'],\n+ 'color': ['r', 'r', 'g', 'g', 'b', 'b']}\n This dict can be mutated and used to create a new Cycler with the updated\n values\n In [37]: bk = c_m.by_key()\n \n In [38]: bk['color'] = ['green'] * len(c_m)\n \n In [39]: cycler(**bk)\n-Out[39]: (cycler('color', ['green', 'green', 'green', 'green', 'green',\n-'green']) + cycler('marker', ['s', 'o', 's', 'o', 's', 'o']))\n+Out[39]: (cycler('marker', ['s', 'o', 's', 'o', 's', 'o']) + cycler('color',\n+['green', 'green', 'green', 'green', 'green', 'green']))\n \n **** Examples\u00c2\u00b6 ****\n We can use Cycler instances to cycle over one or more kwarg to plot :\n from cycler import cycler\n from itertools import cycle\n \n fig, (ax1, ax2) = plt.subplots(1, 2, tight_layout=True,\n"}]}]}]}]}]}