Original vector of data is kept in the data manager
To make a line plot the data needs to be copied into the JKQTPlotter DataStore. While doing so a linear transform (data[i]*mult + offset) is performed to support y "zoom" and offset.
These can be adjusted through the analog viewer GUI on a per line plot basis
Line plot display:
data[i]*mult + offset
) is performed to support y "zoom" and offset.