starplot 0.16.6__py2.py3-none-any.whl → 0.16.7__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 CHANGED
@@ -1,6 +1,6 @@
1
1
  """Star charts and maps of the sky"""
2
2
 
3
- __version__ = "0.16.6"
3
+ __version__ = "0.16.7"
4
4
 
5
5
  from .base import BasePlot # noqa: F401
6
6
  from .map import MapPlot # noqa: F401
Binary file
starplot/horizon.py CHANGED
@@ -380,6 +380,11 @@ class HorizonPlot(
380
380
  label,
381
381
  (x, patch_y + 0.027),
382
382
  xycoords=self.ax.transAxes,
383
+ xytext=(
384
+ style.label.offset_x * self.scale,
385
+ style.label.offset_y * self.scale,
386
+ ),
387
+ textcoords="offset points",
383
388
  **style.label.matplot_kwargs(self.scale),
384
389
  clip_on=False,
385
390
  )
@@ -434,7 +439,6 @@ class HorizonPlot(
434
439
  label_style_kwargs.pop("ha")
435
440
 
436
441
  line_style_kwargs = style.line.matplot_kwargs()
437
-
438
442
  gridlines = self.ax.gridlines(
439
443
  draw_labels=show_labels,
440
444
  x_inline=False,
@@ -499,7 +503,7 @@ class HorizonPlot(
499
503
  "|",
500
504
  (x, -0.011 * self.scale),
501
505
  xycoords=self.ax.transAxes,
502
- **self.style.gridlines.label.matplot_kwargs(self.scale / 2),
506
+ **style.label.matplot_kwargs(self.scale / 2),
503
507
  )
504
508
 
505
509
  @cache
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: starplot
3
- Version: 0.16.6
3
+ Version: 0.16.7
4
4
  Summary: Star charts and maps of the sky
5
5
  Keywords: astronomy,stars,charts,maps,constellations,sky,plotting
6
6
  Author-email: Steve Berardi <hello@steveberardi.com>
@@ -109,6 +109,7 @@ For a demo of Starplot's zenith plots, check out:
109
109
  - Chat with other starplotters on our [Discord server](https://discord.gg/WewJJjshFu)
110
110
  - [Follow us on Bluesky](https://bsky.app/profile/starplot.dev)
111
111
  - [Join our newsletter](https://buttondown.com/starplot)
112
+ - [See more example plots at Starplotting.com](https://starplotting.com/)
112
113
 
113
114
  ## Contributing
114
115
 
@@ -1,4 +1,4 @@
1
- starplot/__init__.py,sha256=QJRDaMME6HuoAui0xtxDQ0ngg5S8VQ67pi2YvAXLAl8,726
1
+ starplot/__init__.py,sha256=9fV0pRASzIwDBZeM0Eb_reYqbodf6l1-GgvO7FwTR6g,726
2
2
  starplot/base.py,sha256=o8IEYvpRj_79atDlNrxblotVlgIt4pRBXzVADUzgtY0,43166
3
3
  starplot/callables.py,sha256=_zDGCAJTqqNLvCtcIt4PVEe2L0Ggvl6pj-7ZFI-0zqI,4043
4
4
  starplot/cli.py,sha256=ZcOtEAzwX7pLtLHxwDhIVb8sStZjSZr9Er9vJ4cc1J4,718
@@ -6,7 +6,7 @@ starplot/config.py,sha256=GoyCvYqle-eRD83cFkpttAUj6PUTBTFoD3yKMmIQpRk,2100
6
6
  starplot/coordinates.py,sha256=7LDz32VTKa8H-4F67-XvzmjpcTVojZwYVJzXZkBaZ3U,136
7
7
  starplot/geod.py,sha256=pVnDr-yxGjOIXwKCknbtCZiRle5IqRnqpY43s0PMnmA,2574
8
8
  starplot/geometry.py,sha256=eNrSZX-axBpGEGVnmMeIHgpf7qTiZPVKtg85SkzK1yU,6630
9
- starplot/horizon.py,sha256=XCp6eNmzodvqKEl9BL3SLWudCN_D4V7sthhUuVE6xio,20022
9
+ starplot/horizon.py,sha256=qdyEBU1mBYPuKjet9yPZCj8VhEpVOL8gRCt9hYdXERo,20204
10
10
  starplot/map.py,sha256=mU5oD-JQ9IbEvfdReeT3sdwsYOoqzeFMxa_Rd-6_cjY,19137
11
11
  starplot/mixins.py,sha256=ZZBVg1Ad3xnbyLskCEhpDcd9Jmb_2_jT8hUiiCbU658,12268
12
12
  starplot/observer.py,sha256=R15X0DZhDSFQ06mf4Tv-q7Qf-o1GR3CSz-9H_CBDFg8,1825
@@ -29,7 +29,7 @@ starplot/data/stars.py,sha256=x22ayry_r1dNwR4GFKU3GuIB1VKG_LJGQUTltKfqILI,2759
29
29
  starplot/data/utils.py,sha256=RPk3bnfL-KtjMk1VQygDD27INz_gEya_B1hu7X4K8hU,772
30
30
  starplot/data/library/bigsky.0.4.0.stars.mag11.parquet,sha256=l1whWt41bkXslqVF2n7qeFrvja3sqO8pbPJaNqTnECE,38883485
31
31
  starplot/data/library/de421_2001.bsp,sha256=ymkZigAd8Vgscq_DYkdR4nZ1VGD5wwPd-sxe6HiiTns,5341104
32
- starplot/data/library/sky.db,sha256=PRk33I918dRU5t9BJI-XyA-iF577KiUX83U9EYrnKFE,38023168
32
+ starplot/data/library/sky.db,sha256=Yj5qUlpl-ARMq_YHGyz40_Ibr_i_RxpY7ro6cAFw3hM,38023168
33
33
  starplot/models/__init__.py,sha256=qi4arVatzEcR9TAbHadSbhq8xRhSb1_Br3UKNv4FP7o,330
34
34
  starplot/models/base.py,sha256=sQ_qTUOUfGxtgLdJVnSbMG328_d_AO5GSIcnC-e0m80,2681
35
35
  starplot/models/constellation.py,sha256=ayIGfafFs2eymWHlFdDgZPJkx115x_avPC1egqVZWnI,3220
@@ -98,8 +98,8 @@ starplot/styles/fonts-library/inter/Inter-SemiBoldItalic.ttf,sha256=HhKJRT16iVz7
98
98
  starplot/styles/fonts-library/inter/Inter-Thin.ttf,sha256=TDktzIrZFvD533VZq1VjsB3ZT587LbNGF_45LgAGAzk,403404
99
99
  starplot/styles/fonts-library/inter/Inter-ThinItalic.ttf,sha256=X8Ca-UpEf65vgsAPFd-u-ernxWDmy-RtPoRSQBmldKo,410232
100
100
  starplot/styles/fonts-library/inter/LICENSE.txt,sha256=JiSB6ERSGzJvXs0FPlm5jIstp4yO4b27boF0MF5Uk1o,4380
101
- starplot-0.16.6.dist-info/entry_points.txt,sha256=Sm6jC6h_RcaMGC8saLnYmT0SdhcF9_rMeQIiHneLHyc,46
102
- starplot-0.16.6.dist-info/licenses/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
103
- starplot-0.16.6.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
104
- starplot-0.16.6.dist-info/METADATA,sha256=lgRj4vxHR04pwakFixJDWggDeOlm5qf6516wwUa_grM,4526
105
- starplot-0.16.6.dist-info/RECORD,,
101
+ starplot-0.16.7.dist-info/entry_points.txt,sha256=Sm6jC6h_RcaMGC8saLnYmT0SdhcF9_rMeQIiHneLHyc,46
102
+ starplot-0.16.7.dist-info/licenses/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
103
+ starplot-0.16.7.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
104
+ starplot-0.16.7.dist-info/METADATA,sha256=rI2iRZqkZ-q8O7TEfNL1iIkvUeHmqQsG83BWgzLY7pA,4600
105
+ starplot-0.16.7.dist-info/RECORD,,