Changelog 0.1.1
Added
- Command palette: operations and functions like adding plots can now be triggered via a keyboard-driven palette.
- Signal palette: signals serving as context for an operation can be selected via a palette using mouse or keyboard.
- Conversion operation: modify the axes of a signal or supplement them with axes from other signals
Changed
- The distinction between time/frequency signals and XY signals has been removed. Every signal now has one, two, or three dimensions (X, Y, Z) by default. Axes can be set using the new conversion operation.
Removed
- 2D XY plot: XY diagrams can now be shown in the standard 2D plot using the conversion operation.
Fixed
- Workflow widget: the widget now correctly passes the signals used by an operation to the operation dialog.