kececinumbers 0.3.9__py3-none-any.whl → 0.4.0__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.
- kececinumbers/__init__.py +1 -1
- kececinumbers/_version.py +1 -1
- kececinumbers/kececinumbers.py +2 -1
- {kececinumbers-0.3.9.dist-info → kececinumbers-0.4.0.dist-info}/METADATA +1 -1
- kececinumbers-0.4.0.dist-info/RECORD +8 -0
- kececinumbers-0.3.9.dist-info/RECORD +0 -8
- {kececinumbers-0.3.9.dist-info → kececinumbers-0.4.0.dist-info}/WHEEL +0 -0
- {kececinumbers-0.3.9.dist-info → kececinumbers-0.4.0.dist-info}/licenses/LICENSE +0 -0
- {kececinumbers-0.3.9.dist-info → kececinumbers-0.4.0.dist-info}/top_level.txt +0 -0
kececinumbers/__init__.py
CHANGED
kececinumbers/_version.py
CHANGED
kececinumbers/kececinumbers.py
CHANGED
@@ -785,7 +785,8 @@ def plot_numbers(sequence: List[Any], title: str = "Keçeci Number Sequence Anal
|
|
785
785
|
|
786
786
|
elif isinstance(first_elem, np.quaternion):
|
787
787
|
gs = GridSpec(2, 1, figure=fig)
|
788
|
-
ax1
|
788
|
+
ax1 = fig.add_subplot(gs[0, 0])
|
789
|
+
ax2 = fig.add_subplot(gs[1, 0], sharex=ax1)
|
789
790
|
ax1.plot([q.w for q in sequence], 'o-', label='w (scalar)'), ax1.plot([q.x for q in sequence], 's--', label='x')
|
790
791
|
ax1.plot([q.y for q in sequence], '^--', label='y'), ax1.plot([q.z for q in sequence], 'd--', label='z')
|
791
792
|
ax1.set_title("Quaternion Components"), ax1.legend()
|
@@ -0,0 +1,8 @@
|
|
1
|
+
kececinumbers/__init__.py,sha256=9KyNTIE5g5P57htb-y2gSkKeVeJ5Y87y8OxAc4AghRI,3509
|
2
|
+
kececinumbers/_version.py,sha256=PDst6Oqe7Wkg3Vrgc3Rs5vJGmzJuWsQoN9My-YwUeHY,428
|
3
|
+
kececinumbers/kececinumbers.py,sha256=24-FWgIYuHBjD9-pK1qsoFuulUQWwauSiiYP3y4JgeA,38930
|
4
|
+
kececinumbers-0.4.0.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
|
5
|
+
kececinumbers-0.4.0.dist-info/METADATA,sha256=VlEBY_EszFF5wnT7xoer0zzcXqC4wc5nLBJa0sqISls,31263
|
6
|
+
kececinumbers-0.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
kececinumbers-0.4.0.dist-info/top_level.txt,sha256=VvlbQKmTjOlzBbvq54-AaXp_WPRZ5dOhw91lV-ytPRQ,14
|
8
|
+
kececinumbers-0.4.0.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
kececinumbers/__init__.py,sha256=AzkIlee1UVegHym7hCZr9QSjAj6Bh0zRcdBI1GJqO7A,3509
|
2
|
-
kececinumbers/_version.py,sha256=VcqtPl7RCP8LvKkQKaiYi-62UfMkTQoU8w7tkY_R2xc,428
|
3
|
-
kececinumbers/kececinumbers.py,sha256=cCvxaUJG2Tbbm0TJ52J1SerOG-9c_KDVcAMBGWEBh4k,38922
|
4
|
-
kececinumbers-0.3.9.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
|
5
|
-
kececinumbers-0.3.9.dist-info/METADATA,sha256=mQAHf1DDaGLcURmOVJJ6Lpm3XM_xcHt86cz3e_aN8RA,31263
|
6
|
-
kececinumbers-0.3.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
kececinumbers-0.3.9.dist-info/top_level.txt,sha256=VvlbQKmTjOlzBbvq54-AaXp_WPRZ5dOhw91lV-ytPRQ,14
|
8
|
-
kececinumbers-0.3.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|