starplot icon indicating copy to clipboard operation
starplot copied to clipboard

✨ Star charts and maps in Python

Results 21 starplot issues
Sort by recently updated
recently updated
newest added

I was wondering if this is possible. The library offers an option to customize the labels for moon or sun for example, but what about the cardinal points? I want...

enhancement

Hi, I was wondering whether there is a way to plot a single constellation. Specifically, I would like to plot all the stars that are located within a given constellation's...

enhancement
Work In Progress

Is it possible to support the Zenith projection of MapPlot also in azimuth and altitude/zenith coordinates instead of RA/Dec?

⭐ on roadmap

Sometimes, constellation labels will be awkwardly to a side (e.g. Hercules, Scutum, Corona Australis) and in some cases, just completely out of the boundary (e.g. Sagitta) Also could there be...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, starplot generates static star charts which limits the user interaction capabilities. When working with astronomical data visualization, being able...

enhancement

Seems to be a great package but what about Windows? With Windows 11 and Python 3.12.8 I did "pip install starplot" and got this error: ... File "C:\Users\fickd\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1538,...

📔 documentation
😃 good first issue

**Is your feature request related to a problem? Please describe.** Having the date and time printed onto an image would be greatly beneficial is tagging the date and time for...

Trying to customize the list of named stars is not passing to the plotter. Below is example code ` NAMED_STARS_EXAMPLE = { 69673: "Arcturus", } p = MapPlot( projection=Projection.ZENITH, lat...

Is there an option for enabling this? I do not see it in `DEFAULT_HORIZON_STYLE ` or in the [available options](https://starplot.dev/reference-horizonplot/#starplot.HorizonPlot) looking at the code there seems to be only a...

😃 good first issue
⭐ on roadmap

**Describe the bug** Despite the gridlines.line.zorder being lower than that of the stars, the gridlines are still above the star **To Reproduce** ```py from starplot import Star, DSO, MapPlot, Projection...

🕵️ needs investigation