starplot 0.11.0__py2.py3-none-any.whl → 0.11.1__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.
starplot/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """Star charts and maps"""
2
2
 
3
- __version__ = "0.11.0"
3
+ __version__ = "0.11.1"
4
4
 
5
5
  from .base import BasePlot # noqa: F401
6
6
  from .map import MapPlot, Projection # noqa: F401
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="#777",
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="#fff",
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.0
3
+ Version: 0.11.1
4
4
  Summary: Star charts and maps
5
5
  Keywords: astronomy,stars,charts,maps,constellations
6
6
  Author-email: Steve Berardi <hello@steveberardi.com>
@@ -1,5 +1,5 @@
1
- starplot/__init__.py,sha256=eFmmhpgXtRTrNjrymTnBRL-YcHsDExEdUZoIg1Do66M,435
2
- starplot/base.py,sha256=9xDR0RNW-viB4zX2wAlFvv6Zm-dUVAfKjyg_gbSwE6c,28305
1
+ starplot/__init__.py,sha256=guYORsm9OTeSqk2s3J_yuo_zIrW2Xyx0vuhN0TImsBw,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=z0Mw2QUDz9AH2RMXJthDzWzvU9-idX_T-g5FJ9jJ1xk,28714
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.0.dist-info/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
60
- starplot-0.11.0.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
61
- starplot-0.11.0.dist-info/METADATA,sha256=xaux5Uy2BEuP6iDkLbieaSBOn2oyk4P1htHO2d5Xqkw,4179
62
- starplot-0.11.0.dist-info/RECORD,,
59
+ starplot-0.11.1.dist-info/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
60
+ starplot-0.11.1.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
61
+ starplot-0.11.1.dist-info/METADATA,sha256=oIjCsns6QCzqXmb61IEgh055p03behSVj8FZQRg-3JA,4179
62
+ starplot-0.11.1.dist-info/RECORD,,