visual3d:documentation:reports:2d_horizontal_bar
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:reports:2d_horizontal_bar [2024/07/03 17:30] – removed sgranger | visual3d:documentation:reports:2d_horizontal_bar [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 2D Horizontal Bar ====== | ||
+ | |||
+ | ===== Draw horizontal bars on a Report Graph ===== | ||
+ | |||
+ | **This is especially useful for creating ON/OFF bars for EMG data**. An example of creating a simple horizontal line is provided after this example. | ||
+ | |||
+ | |This example creates a line that is ON/OFF to express when an EMG signal is expected to be ON/OFF through the gait cycle (red line in picture on right): | ||
+ | |||
+ | As a simple example, create a P2D signal representing the frames and ON/OFF values | ||
+ | |||
+ | < | ||
+ | ! make the GLOBAL workspace active | ||
+ | |||
+ | Select_Active_File | ||
+ | / | ||
+ | ! /QUERY= | ||
+ | ; | ||
+ | |||
+ | ! create a signal of ON/OFF values | ||
+ | |||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | The resulting signal is: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Create a Report 2D Graph: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ===== Simple Horizontal Line ===== | ||
+ | |||
+ | |This example is to create a simple horizontal line straight across using P2D signals (purple line in graph on right): | ||
+ | |||
+ | Create the horizontal line as a P2D signal: | ||
+ | |||
+ | < | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | LIST ( | ||
+ | VECTOR(1, | ||
+ | VECTOR(101, | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | |Plot the P2D Signal: | ||
+ | |||
+ | |||
visual3d/documentation/reports/2d_horizontal_bar.1720027817.txt.gz · Last modified: 2024/07/03 17:30 by sgranger