captest 0.13.0__py2.py3-none-any.whl → 0.13.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- captest/_version.py +3 -3
- captest/plotting.py +3 -1
- {captest-0.13.0.dist-info → captest-0.13.1.dist-info}/METADATA +1 -1
- {captest-0.13.0.dist-info → captest-0.13.1.dist-info}/RECORD +7 -7
- {captest-0.13.0.dist-info → captest-0.13.1.dist-info}/LICENSE.txt +0 -0
- {captest-0.13.0.dist-info → captest-0.13.1.dist-info}/WHEEL +0 -0
- {captest-0.13.0.dist-info → captest-0.13.1.dist-info}/top_level.txt +0 -0
captest/_version.py
CHANGED
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2024-
|
|
11
|
+
"date": "2024-06-05T09:07:57-0500",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "0.13.
|
|
14
|
+
"full-revisionid": "6ff85027ec972897c15e912464c7eef0f1565439",
|
|
15
|
+
"version": "0.13.1"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
captest/plotting.py
CHANGED
|
@@ -193,7 +193,9 @@ def plot_tag(data, tag, width=1500, height=250):
|
|
|
193
193
|
tools=['hover'],
|
|
194
194
|
yformatter=NumeralTickFormatter(format='0,0'),
|
|
195
195
|
),
|
|
196
|
-
opts.NdOverlay(
|
|
196
|
+
opts.NdOverlay(
|
|
197
|
+
width=width, height=height, legend_position='right', batched=False
|
|
198
|
+
)
|
|
197
199
|
)
|
|
198
200
|
return plot
|
|
199
201
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
captest/__init__.py,sha256=7w9C1xdZ6UMK3jfcKDnCRkXZnedtlGABn3ngNzhQlQw,342
|
|
2
|
-
captest/_version.py,sha256=
|
|
2
|
+
captest/_version.py,sha256=t6NlPNV5bhtbdMRAtvaRQTvMxa0bzLlC_c7E2o9gCLo,498
|
|
3
3
|
captest/capdata.py,sha256=_5EnJ793VB738NKQsNFZJSm0nxlnlH6z7jRgB4rChH8,119972
|
|
4
4
|
captest/columngroups.py,sha256=dlTBuLAcZg-kJTIRIgbmAZ6BewteNzG4q5jZMlq31Wo,4475
|
|
5
5
|
captest/io.py,sha256=HBH2JFZJvdaYvg1aQQs50HBDlbG9_-D57BGMVp0T1ag,21555
|
|
6
|
-
captest/plotting.py,sha256=
|
|
6
|
+
captest/plotting.py,sha256=VvyRmrUKv8IfCqpdbI_0eYvD0rx1yaXXKFih3u6QJGg,15926
|
|
7
7
|
captest/prtest.py,sha256=hhqF0tqsW-mB12nQYi8QmGH0G-aBVbYpTQP_BEZJFIA,13835
|
|
8
8
|
captest/util.py,sha256=QVbmxs_rjHtaMd3oQQURR5_0fd9spmdA9UsUqjQrmEM,4008
|
|
9
|
-
captest-0.13.
|
|
10
|
-
captest-0.13.
|
|
11
|
-
captest-0.13.
|
|
12
|
-
captest-0.13.
|
|
13
|
-
captest-0.13.
|
|
9
|
+
captest-0.13.1.dist-info/LICENSE.txt,sha256=PZDXVBJdcB8_m9vxoYiQZSzTuzm0YjikdhtvRwfCSMs,1067
|
|
10
|
+
captest-0.13.1.dist-info/METADATA,sha256=caW6a9R9hu867EEZY332NLhF32M6rz24zJgMwq4zHkk,7351
|
|
11
|
+
captest-0.13.1.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
12
|
+
captest-0.13.1.dist-info/top_level.txt,sha256=3krgWr0q1Z09eRlfWOGNNx1mXBaWvBvJF26xDWtmznc,8
|
|
13
|
+
captest-0.13.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|