jsongrapher 4.4__py3-none-any.whl → 4.6__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.
- JSONGrapher/JSONRecordCreator.py +2332 -360
- JSONGrapher/styles/layout_styles_library.py +86 -59
- JSONGrapher/styles/trace_styles_collection_library.py +14 -5
- JSONGrapher/version.py +1 -1
- {jsongrapher-4.4.dist-info → jsongrapher-4.6.dist-info}/METADATA +1 -1
- {jsongrapher-4.4.dist-info → jsongrapher-4.6.dist-info}/RECORD +11 -11
- {jsongrapher-4.4.data → jsongrapher-4.6.data}/data/LICENSE.txt +0 -0
- {jsongrapher-4.4.data → jsongrapher-4.6.data}/data/README.md +0 -0
- {jsongrapher-4.4.dist-info → jsongrapher-4.6.dist-info}/LICENSE.txt +0 -0
- {jsongrapher-4.4.dist-info → jsongrapher-4.6.dist-info}/WHEEL +0 -0
- {jsongrapher-4.4.dist-info → jsongrapher-4.6.dist-info}/top_level.txt +0 -0
@@ -1,69 +1,96 @@
|
|
1
|
-
#This is a simple file for storing the automatically loaded trace_styles_collection dictionary
|
1
|
+
#This is a simple file for storing the automatically loaded trace_styles_collection dictionary
|
2
|
+
# for JSONGrapher.
|
2
3
|
#It is not recommended that a person overwrite this file.
|
3
4
|
|
5
|
+
#Any styles upgrades made to this file should be made to both the javascript and the python version.
|
6
|
+
#The javascript version files are at: https://github.com/AdityaSavara/JSONGrapher/tree/main/styles
|
7
|
+
|
4
8
|
#each dictionary below, like "default" or "Nature" is one 'layout_style'.
|
5
|
-
#Currently, the style names are case sensitive. In the future, it is likely
|
9
|
+
#Currently, the style names are case sensitive. In the future, it is likely
|
10
|
+
# they will not be case sensitive.
|
6
11
|
styles_library = {
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
12
|
+
"default": {
|
13
|
+
"layout": {
|
14
|
+
"title": {"font": {"size": 32}, "x": 0.5},
|
15
|
+
"xaxis": {"title": {"font": {"size": 27}}, "tickfont": {"size": 23}},
|
16
|
+
"yaxis": {"title": {"font": {"size": 27}}, "tickfont": {"size": 23}},
|
17
|
+
"legend": {
|
18
|
+
"title": {"font": {"size": 22}},
|
19
|
+
"font": {"size": 22}
|
20
|
+
}
|
21
|
+
}
|
22
|
+
},
|
23
|
+
"offset2d": {
|
24
|
+
"layout": {
|
25
|
+
"title": {"font": {"size": 32}, "x": 0.5},
|
26
|
+
"xaxis": {"title": {"font": {"size": 27}}, "tickfont": {"size": 23}},
|
27
|
+
"yaxis": {"title": {"font": {"size": 27}}, "tickfont": {"size": 23}},
|
28
|
+
"legend": {
|
29
|
+
"title": {"font": {"size": 22}},
|
30
|
+
"font": {"size": 22}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
},
|
34
|
+
"default3d": {
|
35
|
+
"layout": {
|
36
|
+
"scene": {"aspectmode":"cube"},
|
37
|
+
"title": {"font": {"size": 32}, "x": 0.5},
|
38
|
+
"xaxis": {"title": {"font": {"size": 12}}, "tickfont": {"size": 12}},
|
39
|
+
"yaxis": {"title": {"font": {"size": 12}}, "tickfont": {"size": 12}},
|
40
|
+
"zaxis": {"title": {"font": {"size": 12}}, "tickfont": {"size": 12}},
|
41
|
+
"legend": {
|
42
|
+
"title": {"font": {"size": 22}},
|
43
|
+
"font": {"size": 22}
|
16
44
|
}
|
17
|
-
}
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
}
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"arrange2dTo3d": {
|
48
|
+
"layout": {
|
49
|
+
"scene": {"aspectmode":"cube"},
|
50
|
+
"title": {"font": {"size": 32}, "x": 0.5},
|
51
|
+
"xaxis": {"title": {"font": {"size": 12}}, "tickfont": {"size": 12}},
|
52
|
+
"yaxis": {"title": {"font": {"size": 12}}, "tickfont": {"size": 12}},
|
53
|
+
"zaxis": {"title": {"font": {"size": 12}}, "tickfont": {"size": 12}},
|
54
|
+
"legend": {
|
55
|
+
"title": {"font": {"size": 22}},
|
56
|
+
"font": {"size": 22}
|
29
57
|
}
|
30
|
-
}
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
58
|
+
}
|
59
|
+
},
|
60
|
+
"Nature": {
|
61
|
+
"layout": {
|
62
|
+
"title": {"font": {"size": 32, "family": "Times New Roman", "color": "black"}},
|
63
|
+
"font": {"size": 25, "family": "Times New Roman"},
|
64
|
+
"paper_bgcolor": "white",
|
65
|
+
"plot_bgcolor": "white",
|
66
|
+
"xaxis": {
|
67
|
+
"showgrid": True, "gridcolor": "#ddd", "gridwidth": 1,
|
68
|
+
"linecolor": "black", "linewidth": 2, "ticks": "outside",
|
69
|
+
"tickwidth": 2, "tickcolor": "black"
|
70
|
+
},
|
71
|
+
"yaxis": {
|
72
|
+
"showgrid": True, "gridcolor": "#ddd", "gridwidth": 1,
|
73
|
+
"linecolor": "black", "linewidth": 2, "ticks": "outside",
|
74
|
+
"tickwidth": 2, "tickcolor": "black"
|
47
75
|
}
|
48
|
-
}
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"Science": {
|
79
|
+
"layout": {
|
80
|
+
"title": {"font": {"size": 32, "family": "Arial", "color": "black"}},
|
81
|
+
"font": {"size": 25, "family": "Arial"},
|
82
|
+
"paper_bgcolor": "white",
|
83
|
+
"plot_bgcolor": "white",
|
84
|
+
"xaxis": {
|
85
|
+
"showgrid": True, "gridcolor": "#ccc", "gridwidth": 1,
|
86
|
+
"linecolor": "black", "linewidth": 2, "ticks": "outside",
|
87
|
+
"tickwidth": 2, "tickcolor": "black"
|
88
|
+
},
|
89
|
+
"yaxis": {
|
90
|
+
"showgrid": True, "gridcolor": "#ccc", "gridwidth": 1,
|
91
|
+
"linecolor": "black", "linewidth": 2, "ticks": "outside",
|
92
|
+
"tickwidth": 2, "tickcolor": "black"
|
65
93
|
}
|
66
94
|
}
|
67
95
|
}
|
68
|
-
|
69
|
-
|
96
|
+
}
|
@@ -1,6 +1,10 @@
|
|
1
|
-
#This is a simple file for storing the automatically loaded trace_styles_collection dictionary
|
1
|
+
#This is a simple file for storing the automatically loaded trace_styles_collection dictionary
|
2
|
+
# for JSONGrapher.
|
2
3
|
#It is not recommended that a person overwrite this file.
|
3
4
|
|
5
|
+
#Any styles upgrades made to this file should be made to both the javascript and the python version.
|
6
|
+
#The javascript version files are at: https://github.com/AdityaSavara/JSONGrapher/tree/main/styles
|
7
|
+
|
4
8
|
#each dictionary below is one 'trace_styles_collection'. "default" is the first one.
|
5
9
|
styles_library = {
|
6
10
|
"default": {
|
@@ -41,7 +45,7 @@ styles_library = {
|
|
41
45
|
"colorscale": "viridis_r",
|
42
46
|
"showscale": True
|
43
47
|
}
|
44
|
-
},
|
48
|
+
},
|
45
49
|
"bubble2d": {
|
46
50
|
"type": "scatter",
|
47
51
|
"mode": "markers",
|
@@ -50,7 +54,7 @@ styles_library = {
|
|
50
54
|
"colorscale": "viridis_r",
|
51
55
|
"showscale": True
|
52
56
|
}
|
53
|
-
},
|
57
|
+
},
|
54
58
|
"spline": {
|
55
59
|
"type": "scatter",
|
56
60
|
"mode": "lines",
|
@@ -73,7 +77,12 @@ styles_library = {
|
|
73
77
|
"mode": "lines+markers",
|
74
78
|
"line": {"shape": "spline", "width": 2},
|
75
79
|
"marker": {"size": 10},
|
76
|
-
},
|
80
|
+
},
|
81
|
+
"curve3d": {
|
82
|
+
"mode": "lines",
|
83
|
+
"type": "scatter3d",
|
84
|
+
"line": {"width":4}
|
85
|
+
},
|
77
86
|
"scatter3d": {
|
78
87
|
"mode": "markers",
|
79
88
|
"type": "scatter3d",
|
@@ -205,4 +214,4 @@ styles_library = {
|
|
205
214
|
"colorscale": "Viridis",
|
206
215
|
}
|
207
216
|
}
|
208
|
-
}
|
217
|
+
}
|
JSONGrapher/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '4.
|
1
|
+
__version__ = '4.6'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
JSONGrapher/JSONRecordCreator.py,sha256=
|
1
|
+
JSONGrapher/JSONRecordCreator.py,sha256=vBy8NXe_gCxsuhnAPl_q9UvoaG4k-UzgOu47lLzPWig,328827
|
2
2
|
JSONGrapher/UnitPytesting.py,sha256=xizJ-2fg9C5oNMFJyfavbBLMusayE9KWQiYIRrQQd4A,4363
|
3
3
|
JSONGrapher/UnitpyCustomUnitsTesting.py,sha256=Rwq5p8HXN0FP54lRFgLTV0kgJ9TpcFaD3_C0MEOoEzw,1297
|
4
4
|
JSONGrapher/__init__.py,sha256=fA3R6paWq3uskiLe3OglQZY_uJOejZHMFKdyX0dXWjo,310
|
@@ -6,14 +6,14 @@ JSONGrapher/drag_and_drop_gui.py,sha256=-7QJHLhzadHotWhONH4inerMaZ_xuwoTQSMRF_MP
|
|
6
6
|
JSONGrapher/equation_creator.py,sha256=VFu6dFo-C0wDf1N3e0CyCBI-53cCUrp3oe0umdMLofs,17968
|
7
7
|
JSONGrapher/equation_evaluator.py,sha256=Cm7UK5vWa6fT0OylD9f22_eR8zUvxY_Sy_W6n6N9bew,37012
|
8
8
|
JSONGrapher/units_list.py,sha256=ROrlAsD66oPozZmOaE65xjNUEg3CxkSmA8iPE2_ihYI,34438
|
9
|
-
JSONGrapher/version.py,sha256=
|
9
|
+
JSONGrapher/version.py,sha256=aybVIDnErowudUaXo41Wbvjo04OYikR0JCUPpHCRb5I,19
|
10
10
|
JSONGrapher/styles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
-
JSONGrapher/styles/layout_styles_library.py,sha256=
|
12
|
-
JSONGrapher/styles/trace_styles_collection_library.py,sha256=
|
13
|
-
jsongrapher-4.
|
14
|
-
jsongrapher-4.
|
15
|
-
jsongrapher-4.
|
16
|
-
jsongrapher-4.
|
17
|
-
jsongrapher-4.
|
18
|
-
jsongrapher-4.
|
19
|
-
jsongrapher-4.
|
11
|
+
JSONGrapher/styles/layout_styles_library.py,sha256=jfpxtjfM_BtAJOuZdcJbjI83b-5jka80hIXssSiJOYI,4014
|
12
|
+
JSONGrapher/styles/trace_styles_collection_library.py,sha256=UDD4blEplJJI7aRAcR-PedidxSjH_72vtLPpCOEP9gU,6756
|
13
|
+
jsongrapher-4.6.data/data/LICENSE.txt,sha256=7Guw_pmj_H4sApnM7fld2L4HH6CP-3ZYdFoOXtHFx0Y,1489
|
14
|
+
jsongrapher-4.6.data/data/README.md,sha256=u9uRPF0T12Pl6M6qjEleXZoB41ye0VTQPCJpEdldwNU,8157
|
15
|
+
jsongrapher-4.6.dist-info/LICENSE.txt,sha256=7Guw_pmj_H4sApnM7fld2L4HH6CP-3ZYdFoOXtHFx0Y,1489
|
16
|
+
jsongrapher-4.6.dist-info/METADATA,sha256=UkgkUGOGh18lI1JBmyaAQSoh9cvFCnWAtsb9Tx1N4fk,9231
|
17
|
+
jsongrapher-4.6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
18
|
+
jsongrapher-4.6.dist-info/top_level.txt,sha256=5f7Ui2hCKCPTQOjD540WKghKNYOvUDNfdpnDbIlAD3Y,12
|
19
|
+
jsongrapher-4.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|