mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 21:24:20 +00:00
10 lines
397 B
Markdown
10 lines
397 B
Markdown
# 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
|
|
``` js
|
|
openmct.install(openmct.plugins.Plot());
|
|
``` |