API Documentation

aas_timeseries Package

Classes

InteractiveTimeSeriesFigure([width, height, …])

An interactive time series figure.

aas_timeseries.layers Module

Functions

time_to_vega(time)

Convert an Time object into a string compatible with Vega.

Classes

BaseLayer([parent])

Base class for any layer object

Markers([parent])

A set of time series data points represented by markers.

Line([parent])

A set of time series data points connected by a line.

Range([parent])

An interval defined by lower and upper values as a function of time.

VerticalLine([parent])

A vertical line at a specific time.

VerticalRange([parent])

A continuous range specified by a lower and upper time.

HorizontalLine([parent])

A horizontal line at a specific y value.

HorizontalRange([parent])

A continuous range specified by a lower and upper value.

Text([parent])

A text label.

TimeDependentLayer([parent])

A common class for all layers that depend on time

aas_timeseries.views Module

Classes

BaseView([time_mode])

Base class for view-like objects (both the base figure and the actual views)

View([figure, inherited_layers, time_mode])