{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.XcMWxy7s/b1/python-cycler_0.12.1-1_armhf.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.XcMWxy7s/b2/python-cycler_0.12.1-1_armhf.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n- b9243ad81321b12222f769504169302d 649144 doc optional python-cycler-doc_0.12.1-1_all.deb\n+ 1bfbba3ed84b55e3edc0027d21201fd2 649136 doc optional python-cycler-doc_0.12.1-1_all.deb\n 05a58b376b9261e6c0e8534e13326940 9496 python optional python3-cycler_0.12.1-1_all.deb\n"}, {"source1": "python-cycler-doc_0.12.1-1_all.deb", "source2": "python-cycler-doc_0.12.1-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-03-13 21:18:27.000000 debian-binary\n -rw-r--r-- 0 0 0 1908 2024-03-13 21:18:27.000000 control.tar.xz\n--rw-r--r-- 0 0 0 647044 2024-03-13 21:18:27.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 647036 2024-03-13 21:18:27.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": "@@ -278,26 +278,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-{'marker': ['s', 'o', 's', 'o', 's', 'o'],\n- 'color': ['r', 'r', 'g', 'g', 'b', 'b']}\n+{'color': ['r', 'r', 'g', 'g', 'b', 'b'],\n+ 'marker': ['s', 'o', 's', 'o', 's', 'o']}\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('marker', ['s', 'o', 's', 'o', 's', 'o']) + cycler('color', ['green', 'green', 'green', 'green', 'green', 'green']))\n+Out[39]: (cycler('color', ['green', 'green', 'green', 'green', 'green', 'green']) + cycler('marker', ['s', 'o', 's', 'o', 's', 'o']))\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 _\bC_\by_\bc_\bl_\be_\br.\n *\b**\b**\b**\b* I\bIn\bns\bsp\bpe\bec\bct\bti\bin\bng\bg t\bth\bhe\be _\bC\bC_\by\by_\bc\bc_\bl\bl_\be\be_\br\br_\b?\b\u00b6 *\b**\b**\b**\b*\n To inspect the values of the transposed _\bC_\by_\bc_\bl_\be_\br use the _\bC_\by_\bc_\bl_\be_\br_\b._\bb_\by_\b__\bk_\be_\by method:\n In [36]: c_m.by_key()\n Out[36]:\n-{'marker': ['s', 'o', 's', 'o', 's', 'o'],\n- 'color': ['r', 'r', 'g', 'g', 'b', 'b']}\n+{'color': ['r', 'r', 'g', 'g', 'b', 'b'],\n+ 'marker': ['s', 'o', 's', 'o', 's', 'o']}\n This dict can be mutated and used to create a new _\bC_\by_\bc_\bl_\be_\br 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('marker', ['s', 'o', 's', 'o', 's', 'o']) + cycler('color',\n-['green', 'green', 'green', 'green', 'green', 'green']))\n+Out[39]: (cycler('color', ['green', 'green', 'green', 'green', 'green',\n+'green']) + cycler('marker', ['s', 'o', 's', 'o', 's', 'o']))\n *\b**\b**\b**\b* E\bEx\bxa\bam\bmp\bpl\ble\bes\bs_\b?\b\u00b6 *\b**\b**\b**\b*\n We can use _\bC_\by_\bc_\bl_\be_\br 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"}]}]}]}]}]}