Is your feature request related to a problem? Please describe.
Create a transform data widget to handle normalisation, data shifting and advanced manupulation.
Describe the solution you'd like
Replace normalise data widget with pop-up dialog to perform general transformations to data.
Describe alternatives you've considered
N/A
Additional context
Example layout
Details
```
@startsalt
scale 1.5
{+
Apply transformation
{+
^Select plot^ /'Displays only one plot at a time for multiplots'/
<img:https://plantuml.com/logo3.png>
} |
{
{
[undo] | [redo]
}
{+
scale -1 1 *
shift +3.0
.
.
.
.
.
}
} |
{
^Select Function^/'abs^scale^shift'/
{Param: | "Param1"}
{Other: | "Param2"}
[apply]
}
{SI
dataset | Use it? | .
"dataset 1" | [X] | "3:9"
"dataset 2" | [X] | "1"
}
. | . | {[cancel] | [done]}
}
@endsalt
Is your feature request related to a problem? Please describe.
Create a transform data widget to handle normalisation, data shifting and advanced manupulation.
Describe the solution you'd like
Replace
normalise datawidget with pop-up dialog to perform general transformations to data.Describe alternatives you've considered
N/A
Additional context
Example layout
Details
``` @startsalt scale 1.5 {+ Apply transformation}
@endsalt