steveberardi / starplot

✨ Star charts and maps in Python
https://starplot.dev
MIT License
17 stars 7 forks source link

Customize cardinal point labels #77

Open ricardo-dlc opened 1 month ago

ricardo-dlc commented 1 month ago

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 to put the labels in my local language. In fact, the only one that varies is the W label.

N: N(orte) S: S(ur) E: E(ste) W: O(este)

steveberardi commented 1 month ago

Currently, there is no built-in way to override the cardinal direction labels on zenith plots, but you bring up a great point! I want Starplot to allow overriding all labels, so I'll put this on the roadmap for the next version.

Thanks for your feedback!