{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.SYI9Yjlq/b1/python-cycler_0.12.1-2_arm64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.SYI9Yjlq/b2/python-cycler_0.12.1-2_arm64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n- 7e88e7c109fe941c6156ef884ce21f4a 655056 doc optional python-cycler-doc_0.12.1-2_all.deb\n+ d9be85336ab7a07370d316910ae13f2c 655060 doc optional python-cycler-doc_0.12.1-2_all.deb\n b7fcc7522a7834d85616966a5720cd5b 9616 python optional python3-cycler_0.12.1-2_all.deb\n"}, {"source1": "python-cycler-doc_0.12.1-2_all.deb", "source2": "python-cycler-doc_0.12.1-2_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 2025-08-02 20:45:39.000000 debian-binary\n -rw-r--r-- 0 0 0 2220 2025-08-02 20:45:39.000000 control.tar.xz\n--rw-r--r-- 0 0 0 652644 2025-08-02 20:45:39.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 652648 2025-08-02 20:45:39.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": "@@ -279,26 +279,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": "@@ -167,25 +167,25 @@\n In [35]: color_cycle[1:]\n Out[35]: cycler('color', ['g', 'b'])\n to return a sub-set of the cycle as a new Cycler.\n **** Inspecting the Cycler\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 **** Examples\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 figsize=(8, 4))\n"}]}]}]}]}]}