Skip to content

Commit 345e0a2

Browse files
authored
full url for pypi (#18)
1 parent 5a03445 commit 345e0a2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="docs/images/favicon.svg" width="48" style="vertical-align:middle"> Starplot
1+
# <img src="https://raw.githubusercontent.com/steveberardi/starplot/main/docs/images/favicon.svg" width="48" style="vertical-align:middle"> Starplot
22
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/steveberardi/starplot/test.yml?style=for-the-badge&color=a2c185)
33
![PyPI](https://img.shields.io/pypi/v/starplot?style=for-the-badge&color=85C0C1)
44
![License](https://img.shields.io/github/license/steveberardi/starplot?style=for-the-badge&color=A485C1)
@@ -13,12 +13,11 @@
1313

1414
## Examples
1515
*Zenith plot of the stars from a specific time/location:*
16-
![starchart-blue](examples/starchart-blue.png)
16+
![starchart-blue](https://github.com/steveberardi/starplot/blob/main/examples/starchart-blue.png?raw=true)
1717

1818
*Map around the constellation Orion, with M42 marked:*
19-
![map-orion](examples/mercator-orion.png)
19+
![map-orion](https://github.com/steveberardi/starplot/blob/main/examples/mercator-orion.png?raw=true)
2020

21-
[More examples](examples/)
2221

2322
## Basic Usage
2423

@@ -66,4 +65,4 @@ p.export("starchart.png")
6665
- ☄️ Better label collision detection and handling
6766

6867
## License
69-
[MIT License](LICENSE)
68+
[MIT License](https://github.com/steveberardi/starplot/blob/main/LICENSE)

example.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def create_zenith():
142142
# style=GRAYSCALE,
143143
# adjust_text=False,
144144
resolution=2000,
145+
include_info_text=True,
145146
)
146147
p.plot_object(
147148
SkyObject(
@@ -153,7 +154,7 @@ def create_zenith():
153154
},
154155
)
155156
)
156-
p.export("temp-zenith-new.png", format="png")
157+
p.export("temp/zenith-poway.png", format="png")
157158

158159

159160
def create_map_mercator():
@@ -321,7 +322,7 @@ def example_style():
321322
# example_1_create_star_chart()
322323
# example_2_create_star_chart_extra()
323324
# example_3_create_map_orion()
324-
example_style()
325+
# example_style()
325326

326327

327328
# ------------------------------------------
@@ -331,7 +332,7 @@ def example_style():
331332
# create_map_orion()
332333
# create_map_all()
333334

334-
# create_zenith()
335+
create_zenith()
335336
# create_map_mercator()
336337
# create_map_stereo_north()
337338
# create_map_stereo_south()

0 commit comments

Comments
 (0)