starplot icon indicating copy to clipboard operation
starplot copied to clipboard

Named Stars not passing to stars.py

Open bnlcas opened this issue 1 year ago • 1 comments

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 = 0.0 lon= 0.0 dt=dt, ) p.stars(mag=6.0, labels=NAMED_STARS_EXAMPLE) ` The star names still appear.

Going into stars.py and modifying the variable STAR_NAMES will change the plotted star names.

Based on this it looks like STAR_NAMES is not being overwritten in the plotter when passed into MapPlot.

bnlcas avatar Jan 26 '25 19:01 bnlcas

What version of starplot are you running? I think this is an older bug that's resolved in the current version, 0.15.1

steveberardi avatar Jan 26 '25 21:01 steveberardi

Closing this issue cause I cannot reproduce it and it hasn't been reported by any other users.

steveberardi avatar Aug 29 '25 21:08 steveberardi