starplot 0.11.0__py2.py3-none-any.whl → 0.11.2__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 +1 -1
- starplot/styles/base.py +2 -2
- {starplot-0.11.0.dist-info → starplot-0.11.2.dist-info}/METADATA +4 -3
- {starplot-0.11.0.dist-info → starplot-0.11.2.dist-info}/RECORD +7 -7
- {starplot-0.11.0.dist-info → starplot-0.11.2.dist-info}/LICENSE +0 -0
- {starplot-0.11.0.dist-info → starplot-0.11.2.dist-info}/WHEEL +0 -0
starplot/__init__.py
CHANGED
starplot/base.py
CHANGED
|
@@ -501,7 +501,7 @@ class BasePlot(ABC):
|
|
|
501
501
|
"""Plots a polygon of points
|
|
502
502
|
|
|
503
503
|
Args:
|
|
504
|
-
points: List of polygon points `[(ra, dec), ...]`
|
|
504
|
+
points: List of polygon points `[(ra, dec), ...]` - **must be in counterclockwise order**
|
|
505
505
|
style: Style of polygon
|
|
506
506
|
"""
|
|
507
507
|
_points = [(ra * 15, dec) for ra, dec in points]
|
starplot/styles/base.py
CHANGED
|
@@ -870,7 +870,7 @@ class PlotStyle(BaseStyle):
|
|
|
870
870
|
|
|
871
871
|
horizon: PathStyle = PathStyle(
|
|
872
872
|
line=LineStyle(
|
|
873
|
-
color="#
|
|
873
|
+
color="#fff",
|
|
874
874
|
width=64,
|
|
875
875
|
edge_width=4,
|
|
876
876
|
edge_color="#000",
|
|
@@ -881,7 +881,7 @@ class PlotStyle(BaseStyle):
|
|
|
881
881
|
),
|
|
882
882
|
label=LabelStyle(
|
|
883
883
|
anchor_point=AnchorPointEnum.CENTER,
|
|
884
|
-
font_color="#
|
|
884
|
+
font_color="#000",
|
|
885
885
|
font_size=23,
|
|
886
886
|
font_weight=FontWeightEnum.BOLD,
|
|
887
887
|
zorder=2000,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: starplot
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.2
|
|
4
4
|
Summary: Star charts and maps
|
|
5
5
|
Keywords: astronomy,stars,charts,maps,constellations
|
|
6
6
|
Author-email: Steve Berardi <hello@steveberardi.com>
|
|
@@ -26,6 +26,7 @@ Requires-Dist: pyarrow >= 14.0.2
|
|
|
26
26
|
Requires-Dist: fastparquet >= 2023.10.1
|
|
27
27
|
Requires-Dist: pyogrio >= 0.7.2
|
|
28
28
|
Requires-Dist: rtree >= 1.2.0
|
|
29
|
+
Requires-Dist: requests >= 2.31.0
|
|
29
30
|
Project-URL: Documentation, https://starplot.dev
|
|
30
31
|
Project-URL: Home, https://starplot.dev
|
|
31
32
|
Project-URL: Source, https://github.com/steveberardi/starplot
|
|
@@ -118,10 +119,10 @@ Contributing to Starplot is welcome and very much appreciated! Please see [here]
|
|
|
118
119
|
- 🌑 Planet moons
|
|
119
120
|
- ✴️ Custom markers
|
|
120
121
|
- 🚀 Plotting Optimizations
|
|
121
|
-
- 📐
|
|
122
|
+
- 📐 Custom clip paths
|
|
122
123
|
- ⚖️ Better auto font-size adjustment
|
|
123
124
|
|
|
124
|
-
See more details on the [Public Roadmap](https://
|
|
125
|
+
See more details on the [Public Roadmap](https://trello.com/b/sUksygn4/starplot-roadmap)
|
|
125
126
|
|
|
126
127
|
## License
|
|
127
128
|
[MIT License](https://github.com/steveberardi/starplot/blob/main/LICENSE)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
starplot/__init__.py,sha256=
|
|
2
|
-
starplot/base.py,sha256=
|
|
1
|
+
starplot/__init__.py,sha256=blARZDdXct55uZVkwtiagqdzZjHlEDcEMFaCj-pyfeM,435
|
|
2
|
+
starplot/base.py,sha256=ekEgPrXdLS054W3p64n3-Fwax8n2TY9gSf_MDjsBlVk,28345
|
|
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
|
|
@@ -42,7 +42,7 @@ starplot/plotters/__init__.py,sha256=MvgqZDMPuR3NaHW9SoiAk47HyMSiFwjrv34RTa_j0rs
|
|
|
42
42
|
starplot/plotters/dsos.py,sha256=dySYUdCu2wWS-_ztKnTxfIYOQUGTB7uqUffWCdp6jcw,8365
|
|
43
43
|
starplot/plotters/stars.py,sha256=1TkTrmpyIgAFWvvRqexf8-bkCQ6xCZdy5WjwQA8Uq-I,8618
|
|
44
44
|
starplot/styles/__init__.py,sha256=luEPtL8bIpcCCUlvBojmYn7XQtGYapId-8xuA2m783U,124
|
|
45
|
-
starplot/styles/base.py,sha256=
|
|
45
|
+
starplot/styles/base.py,sha256=cyA3TlIGgFf9Hiw4TuIckgw2p_3rARq5QnxzMhRm5_E,28714
|
|
46
46
|
starplot/styles/extensions.py,sha256=4DsFMOHy3PHpam14o-S7f73jNTR7ARNFE21ZUo8_RGU,615
|
|
47
47
|
starplot/styles/helpers.py,sha256=AGgHWaHLzJZ6jicvwPzY-p5oSHE0H8gDk1raCmeRFtg,3032
|
|
48
48
|
starplot/styles/ext/antique.yml,sha256=rxFPFzti-n5RnoVO80TU8H6R0mEIz850VhOMH0WWdLA,2660
|
|
@@ -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.2.dist-info/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
|
|
60
|
+
starplot-0.11.2.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
|
61
|
+
starplot-0.11.2.dist-info/METADATA,sha256=4lApaPUjR5d7E4OdRoITI5TaAy_v-lAUJbw9mq4L5_Y,4189
|
|
62
|
+
starplot-0.11.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|