Skip to content

Object List

Every plot has an objects property that contains a list of all the objects plotted. This property can be useful for creating an index of objects in a plot, and debugging issues with a plot.

starplot.ObjectList

Lists of objects that have been plotted. An instance of this model is returned by a plot's objects property.

stars class-attribute instance-attribute

stars: list[Star] = []

Stars

constellations class-attribute instance-attribute

constellations: list[Constellation] = []

Constellations

dsos class-attribute instance-attribute

dsos: list[DSO] = []

Deep Sky Objects (DSOs)

planets class-attribute instance-attribute

planets: list[Planet] = []

Planets

moon class-attribute instance-attribute

moon: Moon = None

Moon

sun class-attribute instance-attribute

sun: Sun = None

Sun