pywwt.annotation Module

This module defines types for controlling WWT on-screen “annotations”.

To actually create annotations in a WWT viewer, use methods on your wwt variable, such as:

Classes

Annotation(**kwargs)

Base class for annotations which provides settings common to all shapes.

Circle(**kwargs)

A circular annotation.

Polygon(**kwargs)

A polygon annotation.

Line(**kwargs)

A line annotation.

FieldOfView(parent, telescope, center, rot, ...)

A collection of polygon annotations.