arbok-inspector 0.0.0__py3-none-any.whl → 1.2.3.post1__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.
Potentially problematic release.
This version of arbok-inspector might be problematic. Click here for more details.
- arbok_inspector/configurations/1d_plot.json +49 -0
- arbok_inspector/configurations/2d_plot.json +60 -0
- arbok_inspector/test.db +0 -0
- {arbok_inspector-0.0.0.dist-info → arbok_inspector-1.2.3.post1.dist-info}/METADATA +1 -1
- {arbok_inspector-0.0.0.dist-info → arbok_inspector-1.2.3.post1.dist-info}/RECORD +9 -6
- {arbok_inspector-0.0.0.dist-info → arbok_inspector-1.2.3.post1.dist-info}/WHEEL +0 -0
- {arbok_inspector-0.0.0.dist-info → arbok_inspector-1.2.3.post1.dist-info}/entry_points.txt +0 -0
- {arbok_inspector-0.0.0.dist-info → arbok_inspector-1.2.3.post1.dist-info}/licenses/LICENSE +0 -0
- {arbok_inspector-0.0.0.dist-info → arbok_inspector-1.2.3.post1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": [],
|
|
3
|
+
"layout": {
|
|
4
|
+
"template": "plotly_dark",
|
|
5
|
+
"autosize": true,
|
|
6
|
+
"margin": {
|
|
7
|
+
"l": 40,
|
|
8
|
+
"r": 40,
|
|
9
|
+
"t": 40,
|
|
10
|
+
"b": 40
|
|
11
|
+
},
|
|
12
|
+
"xaxis": {
|
|
13
|
+
"type": "linear",
|
|
14
|
+
"title": {
|
|
15
|
+
"text": "placeholder x-axis",
|
|
16
|
+
"font": {
|
|
17
|
+
"size": 12
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"yaxis": {
|
|
22
|
+
"type": "linear",
|
|
23
|
+
"title": {
|
|
24
|
+
"text": "placeholder y-axis",
|
|
25
|
+
"font": {
|
|
26
|
+
"size": 12
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"title": {
|
|
31
|
+
"text": "placeholder title",
|
|
32
|
+
"x": 0.5,
|
|
33
|
+
"xanchor": "center",
|
|
34
|
+
"yanchor": "bottom",
|
|
35
|
+
"font": {
|
|
36
|
+
"size": 16
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"legend": {
|
|
40
|
+
"x": 1,
|
|
41
|
+
"y": 1,
|
|
42
|
+
"xanchor": "right",
|
|
43
|
+
"yanchor": "top",
|
|
44
|
+
"bgcolor": "rgba(0,0,0,0.5)",
|
|
45
|
+
"bordercolor": "white",
|
|
46
|
+
"borderwidth": 1
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": [
|
|
3
|
+
{
|
|
4
|
+
"type": "heatmap",
|
|
5
|
+
"z": null,
|
|
6
|
+
"x": null,
|
|
7
|
+
"y": null,
|
|
8
|
+
"colorscale": "magma",
|
|
9
|
+
"colorbar": {
|
|
10
|
+
"thickness": 10,
|
|
11
|
+
"xanchor": "left",
|
|
12
|
+
"x": 1.0
|
|
13
|
+
},
|
|
14
|
+
"showscale": true
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"layout": {
|
|
18
|
+
"template": "plotly_dark",
|
|
19
|
+
"autosize": true,
|
|
20
|
+
"margin": {
|
|
21
|
+
"l": 40,
|
|
22
|
+
"r": 40,
|
|
23
|
+
"t": 40,
|
|
24
|
+
"b": 40
|
|
25
|
+
},
|
|
26
|
+
"xaxis": {
|
|
27
|
+
"type": "linear",
|
|
28
|
+
"title": {
|
|
29
|
+
"text": "placeholder x-axis",
|
|
30
|
+
"font": {
|
|
31
|
+
"size": 12
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"tickfont": {
|
|
35
|
+
"size": 12
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"yaxis": {
|
|
39
|
+
"type": "linear",
|
|
40
|
+
"title": {
|
|
41
|
+
"text": "placeholder y-axis",
|
|
42
|
+
"font": {
|
|
43
|
+
"size": 12
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"tickfont": {
|
|
47
|
+
"size": 12
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"title": {
|
|
51
|
+
"text": "placeholder title",
|
|
52
|
+
"x": 0.5,
|
|
53
|
+
"xanchor": "center",
|
|
54
|
+
"yanchor": "bottom",
|
|
55
|
+
"font": {
|
|
56
|
+
"size": 12
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
arbok_inspector/test.db
ADDED
|
Binary file
|
|
@@ -3,11 +3,14 @@ arbok_inspector/cli.py,sha256=G0gIa4ByfQTMmeXCyLjnsmke5EEXs6DYuR5eVbhszXo,96
|
|
|
3
3
|
arbok_inspector/dev.py,sha256=F19xar7hlR-fG1QTxGyXSwT5r80x52vZIlZDaimPc4E,413
|
|
4
4
|
arbok_inspector/main.py,sha256=oQEypBKdD5jLARiXmz2u1_Op5OIos0BTqkM--oLU3lo,300
|
|
5
5
|
arbok_inspector/state.py,sha256=FDsnqUq8_oGecTvFgQoVB0-JMgFtmgccsxPX7jYX74A,2295
|
|
6
|
+
arbok_inspector/test.db,sha256=ux4N1KNG0wwovG7W8ThRDwwdcLa42Rb3M1evDsocFnU,10342400
|
|
6
7
|
arbok_inspector/test_main.py,sha256=brV3O2ZVyuUrqnUmZr3U-tH6VY7PQxthNiElgIax_x0,1955
|
|
7
8
|
arbok_inspector/analysis/analysis_base.py,sha256=7uChxCyoiHazQBId9DHgXZtk166fZshr-E-eF-SNw5Q,933
|
|
8
9
|
arbok_inspector/analysis/prepare_data.py,sha256=DedVxlbTNDppMlNBwt8kN4cWk0_Nnyx9J442GqG1Asw,4393
|
|
9
10
|
arbok_inspector/classes/dim.py,sha256=bPxVNn23ohZ9CVePmiqLUFABbh6iKiuN_dMAxIcqIG0,750
|
|
10
11
|
arbok_inspector/classes/run.py,sha256=i50RhllM-fXanTNRLxBdcpBCkfiqjrNvupDSv4vwg2s,9895
|
|
12
|
+
arbok_inspector/configurations/1d_plot.json,sha256=Uy3quv9PG7_mTgInevfbRepHJbaii7K_rzdT8f7QO-s,895
|
|
13
|
+
arbok_inspector/configurations/2d_plot.json,sha256=DKiwJJQnrcoEgCq9Cff_Oq9uVVnXETXEK7vMTvMBlnY,1054
|
|
11
14
|
arbok_inspector/helpers/string_formaters.py,sha256=q8ldfHRlACWKBhjUpuwbDthbUBcP6q8Z9qaRLdiwxJ4,1000
|
|
12
15
|
arbok_inspector/helpers/unit_formater.py,sha256=7h77hqPoLLBil3Z1n72T1iLv3Du84Qt0iZ3B0tzZtaY,1163
|
|
13
16
|
arbok_inspector/pages/__init__.py,sha256=3ZbSQftX4VYoWU6DsAEZvXl89PLjwn89Xtxqwwxy8vc,88
|
|
@@ -19,9 +22,9 @@ arbok_inspector/widgets/build_xarray_html.py,sha256=NaS8YKidcXOPhSY-QHraHS_Hag8c
|
|
|
19
22
|
arbok_inspector/widgets/json_plot_settings_dialog.py,sha256=tUjx9TqDHhKsT9IGZfw61zuzjY1BqJH00s_gtR5kzio,2913
|
|
20
23
|
arbok_inspector/widgets/update_day_selecter.py,sha256=z5HVUVnxSqtZfoaK4lzMh5J16o9RoEZJwDvnwS-ewZ8,1011
|
|
21
24
|
arbok_inspector/widgets/update_run_selecter.py,sha256=M7hvy80kXO2NA83ly3QeeMQsTfdslit--2K3CbkHrQc,1639
|
|
22
|
-
arbok_inspector-
|
|
23
|
-
arbok_inspector-
|
|
24
|
-
arbok_inspector-
|
|
25
|
-
arbok_inspector-
|
|
26
|
-
arbok_inspector-
|
|
27
|
-
arbok_inspector-
|
|
25
|
+
arbok_inspector-1.2.3.post1.dist-info/licenses/LICENSE,sha256=ZEqWKVZ2qROesXQcWpU2JTdY2yk6OkWR70H5771iIGc,1070
|
|
26
|
+
arbok_inspector-1.2.3.post1.dist-info/METADATA,sha256=1nhynph6VOlrs9zqoUjmFtxV5xB0TPZiX3DmxWM9pv0,3432
|
|
27
|
+
arbok_inspector-1.2.3.post1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
28
|
+
arbok_inspector-1.2.3.post1.dist-info/entry_points.txt,sha256=i1gVPzcOgNNzSly4zUqJ_z38eiUrMEOCNgtH1dr55zE,64
|
|
29
|
+
arbok_inspector-1.2.3.post1.dist-info/top_level.txt,sha256=-jLIWMq05sffOZ-lCiP8dZgVga7Upp95QsBgoE718oE,16
|
|
30
|
+
arbok_inspector-1.2.3.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|