Jesse Mazzella 6c5b925454
chore: remove all usage of deprecated Time API methods (#7688)
* chore: remove all usage of deprecated Time API methods

* test: update unit test

* docs: Fix spacing and add clarity to TimeConductorBounds definition.

* test: add unit test coverage for new time api methods
2024-04-16 21:12:09 +00:00
..
2024-02-14 23:49:02 +00:00
2024-02-14 23:49:02 +00:00
2024-01-02 07:24:22 -08:00

Plot Plugin

Enables plot visualization of telemetry data. This plugin adds a plot view that is available from the view switcher for all telemetry objects. Two user createable objects are also added by this plugin, for Overlay and Stacked Plots. Telemetry objects can be added to Overlay and Stacked Plots via drag and drop.

Installation

openmct.install(openmct.plugins.Plot());