openmct/src/plugins/plot
2019-12-11 14:52:11 -08:00
..
res/templates Merged from master 2019-12-06 09:45:21 -08:00
src Merge branch 'topic-core-refactor' into tcr-master 2019-12-11 14:52:11 -08:00
plugin.js Filters Inspector View (#2296) 2019-03-12 12:20:03 -07:00
README.md Added brief readmes for all plugins. (#2184) 2018-10-03 18:55:27 -07: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 createble 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());