Skip to content

v0.9.0

Compare
Choose a tag to compare
@steveberardi steveberardi released this 13 Mar 03:16
· 19 commits to main since this release
6488e6b
  • Added perspective projections (Orthographic, Stereographic) to map plots - many thanks to @bathoorn
  • Zenith plots are now a type of projection for map plots, to support plotting the Milky Way, constellation borders and more - many thanks to @bathoorn
  • Removed the visible style property and instead now you control what is plotted by calling functions on the plot (e.g. p.stars(mag=8)) to be more consistent with other plotting frameworks and allow more control over what's plotted and how. For example, now you can do things like plotting very bright stars with a different marker (and sizes, etc) than dimmer stars.
  • Optional callables for calculating star size/alpha/color when plotting stars
  • Nebula outlines! via OpenNGC
  • Stars are now plotted in order of their calculated size, which prevents "bigger" stars from hiding "smaller" stars
  • Added more marker symbols and style extensions