Scott Bell 8831b75c5d
Clicking a plot annotation should pause the plot (#6446)
* free plot on search selection and remove rectangles when resuming

* add test

* remove rectanges

* update test

* more reliable way to load annotations

* use event to wait for axes and update tests

* restore test

* cancel selection in plots if clicking outside plot

* Revert "cancel selection in plots if clicking outside plot"

This reverts commit 82ea50152b7087679c689e2c2ee6a3368e0b3e76.

* Listen to the navigation triggered selection of the target object before selecting the annotations for the object

* remove commented out code

* check if we've already navigated to the object

---------

Co-authored-by: Khalid Adil <khalidadil29@gmail.com>
Co-authored-by: Shefali <simplyrender@gmail.com>
2023-03-17 20:12:52 +01:00
..
2023-03-06 21:58:18 +04:00
2023-03-06 21:58:18 +04:00
2023-03-06 21:58:18 +04:00
2023-03-06 21:58:18 +04:00
2023-03-06 21:58:18 +04:00
2023-03-06 21:58:18 +04:00
2023-03-06 21:58:18 +04:00
2023-03-06 21:58:18 +04:00
2023-03-06 21:58:18 +04:00
2023-03-06 21:58:18 +04:00
2023-03-06 21:58:18 +04:00
2023-03-06 14:11:25 -08:00
2022-05-03 11:09:12 -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());