Skip to content

Releases: steveberardi/starplot

v0.10.2

07 May 13:42
9d33b22
Compare
Choose a tag to compare

Fixes a few issues with plotting legends

v0.10.1

29 Apr 15:06
8f5562a
Compare
Choose a tag to compare
  • Fixes bug with plotting planets as true apparent size
  • Adds lat/lon kwargs to Sun/Moon/Planet models to allow apparent RA/DEC calculation

v0.10.0

28 Apr 14:24
7d42cdb
Compare
Choose a tag to compare
  • Adds function for plotting text
  • Adds where kwarg to star/DSO plotting functions to selectively plot stars
  • Adds easier way to override style properties on plotting functions - thanks to @HamBoneGS
  • Adds function to plot the Sun - thanks to @HamBoneGS
  • Adds option to illustrate the Moon's phase - thanks to @HamBoneGS
  • Adds objects property to plots, which stores lists of objects that have been plotted
  • Adds object finder helpers
  • Adds customizable anchor points for text labels
  • Adds Pluto as a planet :)
  • Fixes clipping issues with polygons
  • Fixes a few issues with gridlines

v0.9.1

24 Mar 19:52
20032f6
Compare
Choose a tag to compare

Fixes bug with plotting moon and planets as their true size

v0.9.0

13 Mar 03:16
6488e6b
Compare
Choose a tag to compare
  • 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

v0.8.4

09 Feb 04:59
12226e7
Compare
Choose a tag to compare

Fixes a small bug in plotting text labels of DSOs, which prevented some styles from getting applied

v0.8.3

29 Jan 15:41
7a9ad9e
Compare
Choose a tag to compare
  • More consistent polygon/circle sizing across projections

v0.8.2

23 Jan 16:06
76e2787
Compare
Choose a tag to compare
  • Fixes a small bug in determining if a RA/DEC is in bounds of a plot

v0.8.1

22 Jan 02:41
51ef128
Compare
Choose a tag to compare
  • Fixes a small bug in adjusting RA extent on map plots

v0.8.0

22 Jan 01:22
616e63f
Compare
Choose a tag to compare
  • Adds new Milky Way outline created from a NASA image, and broken into sections to speed up plotting/exporting
  • Adds styling support for more DSO types
  • Adds support for Mollweide projection
  • Fixes map and optic plots to handle wrapping of RA (e.g. plotting RA extent from 2h -> 18h)
  • Fixes a bug in all plots that prevented some star styles to not get applied