starplot 0.11.2__py2.py3-none-any.whl → 0.11.3__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.
Potentially problematic release.
This version of starplot might be problematic. Click here for more details.
- starplot/__init__.py +1 -1
- starplot/base.py +2 -5
- {starplot-0.11.2.dist-info → starplot-0.11.3.dist-info}/METADATA +1 -1
- {starplot-0.11.2.dist-info → starplot-0.11.3.dist-info}/RECORD +6 -6
- {starplot-0.11.2.dist-info → starplot-0.11.3.dist-info}/LICENSE +0 -0
- {starplot-0.11.2.dist-info → starplot-0.11.3.dist-info}/WHEEL +0 -0
starplot/__init__.py
CHANGED
starplot/base.py
CHANGED
|
@@ -852,11 +852,8 @@ class BasePlot(ABC):
|
|
|
852
852
|
|
|
853
853
|
# TODO : handle wrapping
|
|
854
854
|
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
for ra in range(ra_start, ra_end, 2):
|
|
859
|
-
x0, y0 = self._prepare_coords(ra / 100, 0)
|
|
855
|
+
for ra in range(25):
|
|
856
|
+
x0, y0 = self._prepare_coords(ra, 0)
|
|
860
857
|
x.append(x0)
|
|
861
858
|
y.append(y0)
|
|
862
859
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
starplot/__init__.py,sha256=
|
|
2
|
-
starplot/base.py,sha256=
|
|
1
|
+
starplot/__init__.py,sha256=B9cAP4b-UO1EcKuzXMvaPAKm--7v7CgP9DA-fG435TI,435
|
|
2
|
+
starplot/base.py,sha256=7fen823EBPzjPk8FtF7R4eB1Ub-EczuHhVma74sKMeQ,28214
|
|
3
3
|
starplot/callables.py,sha256=5GZZoOhYc3wAJTzPgXt_tHdjIr-fKdhCbWjm6FT7Er8,2927
|
|
4
4
|
starplot/geod.py,sha256=QJmF6dOa4dpLoLQ32QsiXaG4gBpTBuagzSFquM9OzsM,2665
|
|
5
5
|
starplot/map.py,sha256=kaXuSGKp1CGeldt4xCla5v19gRHat5OnmYwM3cTDWD4,30477
|
|
@@ -56,7 +56,7 @@ starplot/styles/ext/grayscale_dark.yml,sha256=sCdEldJnxGnOcb_bHq258GodBCyYxEOoUm
|
|
|
56
56
|
starplot/styles/ext/map.yml,sha256=HbP7po572UMdDmYFyA34Reac9s8V2nEoO9pi5DT9M1o,120
|
|
57
57
|
starplot/styles/ext/nord.yml,sha256=M6APu9Iks4srC4HGAAhlOlsmdXebhnqq8PPDYGO0zzA,2164
|
|
58
58
|
starplot/styles/ext/optic.yml,sha256=fiTvTl8Ka07o5KqtIqqBGL65ADjnMe6oyxTBbfoHz40,236
|
|
59
|
-
starplot-0.11.
|
|
60
|
-
starplot-0.11.
|
|
61
|
-
starplot-0.11.
|
|
62
|
-
starplot-0.11.
|
|
59
|
+
starplot-0.11.3.dist-info/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
|
|
60
|
+
starplot-0.11.3.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
|
61
|
+
starplot-0.11.3.dist-info/METADATA,sha256=P2StKVdSihltdGmRYRrnOZ7f-fiDiZMZ56NZVbaUeZ4,4189
|
|
62
|
+
starplot-0.11.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|