Releases: steveberardi/starplot
Releases · steveberardi/starplot
v0.13.0
- Adds a
scale
factor to control sizing of all objects/text - Adds an "auto" option for label offsets from markers
- Adds constellation lines to label collision detection
- Adds a
gid
to plotted objects to make exported SVGs easier to work with in external applications (e.g. Inkscape) - Adds Flamsteed numbers to stars
- Adds all star names from IAU
- Adds the standard symbol for planetary nebulae
- Adds a border size/color property to label styles
- Bundles fonts: Inter & GFS Didot
v0.12.5
v0.12.4
Makes labels on markers default to None
(#115) - thanks to @HealthyPear
v0.12.3
v0.12.2
Allows tuples for line styles on polygons and adds geometry kwarg to polygon function
v0.12.1
Fixes issue with plotting the Milky Way when it consists of multiple polygons
v0.12.0
- Adds Shapely geometry to all sky object models, including support for intersects in where clauses
- Adds kwarg to map plots to allow custom clip paths
- Adds callables for star/dso labels
- Adds a line function for plotting lines
- Adds the standard marker for globular clusters (circle with a cross) and double stars
- Adds an ellipse marker for galaxies
- Adds colors for some DSO labels that were missing them in some style extensions
- Removed the kwarg types from dsos, so ALL DSO types are plotted by default
v0.11.4
v0.11.3
Fixes a bug with plotting the celestial equator
v0.11.2
- Adds
requests
as a required dependency