topologicpy 0.8.57__py3-none-any.whl → 0.8.59__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.
- topologicpy/Graph.py +1633 -659
- topologicpy/Kuzu.py +495 -134
- topologicpy/Plotly.py +9 -7
- topologicpy/Topology.py +1 -0
- topologicpy/version.py +1 -1
- {topologicpy-0.8.57.dist-info → topologicpy-0.8.59.dist-info}/METADATA +1 -1
- {topologicpy-0.8.57.dist-info → topologicpy-0.8.59.dist-info}/RECORD +10 -10
- {topologicpy-0.8.57.dist-info → topologicpy-0.8.59.dist-info}/WHEEL +0 -0
- {topologicpy-0.8.57.dist-info → topologicpy-0.8.59.dist-info}/licenses/LICENSE +0 -0
- {topologicpy-0.8.57.dist-info → topologicpy-0.8.59.dist-info}/top_level.txt +0 -0
topologicpy/Plotly.py
CHANGED
@@ -286,7 +286,7 @@ class Plotly:
|
|
286
286
|
vertexSizeKey: str = None,
|
287
287
|
vertexLabelKey: str = None,
|
288
288
|
vertexBorderColor: str = "black",
|
289
|
-
vertexBorderWidth: float =
|
289
|
+
vertexBorderWidth: float = 0,
|
290
290
|
vertexBorderColorKey: str = None,
|
291
291
|
vertexBorderWidthKey: float = None,
|
292
292
|
vertexGroupKey: str = None,
|
@@ -570,7 +570,7 @@ class Plotly:
|
|
570
570
|
if not temp_color == None:
|
571
571
|
borderColors[m] = Color.AnyToHex(temp_color)
|
572
572
|
if not borderWidthKey == None:
|
573
|
-
temp_width = Dictionary.ValueAtKey(d, key=borderWidthKey)
|
573
|
+
temp_width = Dictionary.ValueAtKey(d, key=borderWidthKey, defaultValue=borderWidth)
|
574
574
|
if temp_width == None or temp_width <= 0:
|
575
575
|
borderSizes[m] = 0
|
576
576
|
else:
|
@@ -615,8 +615,9 @@ class Plotly:
|
|
615
615
|
showlegend=showLegend,
|
616
616
|
marker=dict(color=colors,
|
617
617
|
size=sizes,
|
618
|
-
symbol="circle",
|
618
|
+
symbol="circle",
|
619
619
|
opacity=1,
|
620
|
+
line=dict(width=0),
|
620
621
|
sizemode="diameter"),
|
621
622
|
mode=mode,
|
622
623
|
customdata = labels,
|
@@ -637,6 +638,7 @@ class Plotly:
|
|
637
638
|
size=borderSizes,
|
638
639
|
symbol="circle",
|
639
640
|
opacity=1,
|
641
|
+
line=dict(width=0),
|
640
642
|
sizemode="diameter"),
|
641
643
|
mode=mode
|
642
644
|
)
|
@@ -748,11 +750,11 @@ class Plotly:
|
|
748
750
|
d = dict_clusters[j][0] # All dicitonaries have same values in dictionaries, so take first one.
|
749
751
|
if d:
|
750
752
|
if not colorKey == None:
|
751
|
-
d_color = Color.AnyToHex(Dictionary.ValueAtKey(d, key=colorKey,
|
753
|
+
d_color = Color.AnyToHex(Dictionary.ValueAtKey(d, key=colorKey, defaultValue=color))
|
752
754
|
if not dashKey == None:
|
753
|
-
d_dash = Dictionary.ValueAtKey(d, key=dashKey,
|
755
|
+
d_dash = Dictionary.ValueAtKey(d, key=dashKey, defaultValue=dash)
|
754
756
|
if not arrowSizeKey == None:
|
755
|
-
d_arrowSize = Dictionary.ValueAtKey(d, key=arrowSizeKey,
|
757
|
+
d_arrowSize = Dictionary.ValueAtKey(d, key=arrowSizeKey, defaultValue=arrowSize)
|
756
758
|
if not labelKey == None:
|
757
759
|
labels.append(str(Dictionary.ValueAtKey(d, labelKey, "")))
|
758
760
|
if not widthKey == None:
|
@@ -927,7 +929,7 @@ class Plotly:
|
|
927
929
|
vertexColorKey : str , optional
|
928
930
|
The dictionary key under which to find the vertex color.The default is None.
|
929
931
|
vertexBorderWidth : float , optional
|
930
|
-
The desired width of the border of the output vertices. Default is
|
932
|
+
The desired width of the border of the output vertices. Default is 0.
|
931
933
|
vertexBorderColor : str , optional
|
932
934
|
The desired color of the border of the output vertices. This can be any plotly color string and may be specified as:
|
933
935
|
- A hex string (e.g. '#ff0000')
|
topologicpy/Topology.py
CHANGED
topologicpy/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '0.8.
|
1
|
+
__version__ = '0.8.59'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: topologicpy
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.59
|
4
4
|
Summary: An AI-Powered Spatial Modelling and Analysis Software Library for Architecture, Engineering, and Construction.
|
5
5
|
Author-email: Wassim Jabi <wassim.jabi@gmail.com>
|
6
6
|
License: AGPL v3 License
|
@@ -12,28 +12,28 @@ topologicpy/Dictionary.py,sha256=Z4YQ88tONWd-0X0dENQ8IZqIOa9mbBqhJkTBsHmft2g,446
|
|
12
12
|
topologicpy/Edge.py,sha256=DifItuyabFDUFC7CVMlt2DeMFMNaGOqCg43iU9CPP0A,74029
|
13
13
|
topologicpy/EnergyModel.py,sha256=hB1aiJe45gdDMFm1AhkBr-1djjtXSzn24iRpQMk43-4,57749
|
14
14
|
topologicpy/Face.py,sha256=aX9EcR3JGbLITElhd25J0Z8m9U8KkmbYivGg3oZN-Uw,202296
|
15
|
-
topologicpy/Graph.py,sha256=
|
15
|
+
topologicpy/Graph.py,sha256=LMK-YceKCPP4-8s32mTF2QPRaxbUiKSwytV3WcpQJIE,756629
|
16
16
|
topologicpy/Grid.py,sha256=3OsBMyHh4w8gpFOTMKHMNTpo62V0CwRNu5cwm87yDUA,18421
|
17
17
|
topologicpy/Helper.py,sha256=Nr6pyzl0sZm4Cu11wOqoYKu6yYal5N6A9jErXnaZBJc,31765
|
18
18
|
topologicpy/Honeybee.py,sha256=DzaG9wpkJdcDWcjOGXhuN5X0gCqypmZGBa1y5E2MkjU,48964
|
19
|
-
topologicpy/Kuzu.py,sha256=
|
19
|
+
topologicpy/Kuzu.py,sha256=THmXfImCVTZhvt0fH0M2-PJeFNyTnmBCf_sjXDxOraE,36305
|
20
20
|
topologicpy/Matrix.py,sha256=bOofT34G3YHu9aMIWx60YHAJga4R0GbDjsZBUD4Hu_k,22706
|
21
21
|
topologicpy/Neo4j.py,sha256=J8jU_mr5-mWC0Lg_D2dMjMlx1rY_eh8ks_aubUuTdWw,22319
|
22
|
-
topologicpy/Plotly.py,sha256=
|
22
|
+
topologicpy/Plotly.py,sha256=OQvCzAXqu_QYn8iY0rjc8ZB4XwwK70pWjnnoMzDdcc0,123167
|
23
23
|
topologicpy/Polyskel.py,sha256=oVfM4lqSMPTjnkHfsRU9VI8Blt6Vf0LVPkD9ebz7Wmw,27082
|
24
24
|
topologicpy/PyG.py,sha256=wOsoBFxMgwZYWjj86OMkz_PJuQ02locV_djhSDD6dVc,109644
|
25
25
|
topologicpy/ShapeGrammar.py,sha256=KYsKDLXWdflAcYMAIz84AUF-GMkbTmaBDd2-ovbilqU,23336
|
26
26
|
topologicpy/Shell.py,sha256=ioO4raCJfXtYldQg-adpcLVeJPEA6od6cAA5ro7t6r4,96792
|
27
27
|
topologicpy/Speckle.py,sha256=-eiTqJugd7pHiHpD3pDUcDO6CGhVyPV14HFRzaqEoaw,18187
|
28
28
|
topologicpy/Sun.py,sha256=8S6dhCKfOhUGVny-jEk87Q08anLYMB1JEBKRGCklvbQ,36670
|
29
|
-
topologicpy/Topology.py,sha256=
|
29
|
+
topologicpy/Topology.py,sha256=_D1E8c8lnbu4Eii4YjkJhWoNb-q2ELdnLIE-xQFloPg,472580
|
30
30
|
topologicpy/Vector.py,sha256=pEC8YY3TeHGfGdeNgvdHjgMDwxGabp5aWjwYC1HSvMk,42236
|
31
31
|
topologicpy/Vertex.py,sha256=r_3cicgpino96ymm1ANptfOuqE59b99YWwksxyPOYK4,85914
|
32
32
|
topologicpy/Wire.py,sha256=gjgQUGHdBdXUIijgZc_VIW0E39w-smaVhhdl0jF63fQ,230466
|
33
33
|
topologicpy/__init__.py,sha256=RMftibjgAnHB1vdL-muo71RwMS4972JCxHuRHOlU428,928
|
34
|
-
topologicpy/version.py,sha256=
|
35
|
-
topologicpy-0.8.
|
36
|
-
topologicpy-0.8.
|
37
|
-
topologicpy-0.8.
|
38
|
-
topologicpy-0.8.
|
39
|
-
topologicpy-0.8.
|
34
|
+
topologicpy/version.py,sha256=JBWmeYi_9RclzA_WCIMX3fzJxg3vh3eyKLFiq90X2mA,23
|
35
|
+
topologicpy-0.8.59.dist-info/licenses/LICENSE,sha256=FK0vJ73LuE8PYJAn7LutsReWR47-Ooovw2dnRe5yV6Q,681
|
36
|
+
topologicpy-0.8.59.dist-info/METADATA,sha256=hEPFnN0ZWkV_YPvQ5wemo_9nnmV9H6qW42XErgpUvSs,10535
|
37
|
+
topologicpy-0.8.59.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
38
|
+
topologicpy-0.8.59.dist-info/top_level.txt,sha256=J30bDzW92Ob7hw3zA8V34Jlp-vvsfIkGzkr8sqvb4Uw,12
|
39
|
+
topologicpy-0.8.59.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|