Most plot functions make the implicit assumption that the timestamps in the tracks are already the ones that are used for MSD and ADC analysis. This small pull request fixes that by adding a few -self._t.min() around to offset the independent variable, thus making them MSD and ADC plots against time interval, and not timestamp as it was previously.
Most plot functions make the implicit assumption that the timestamps in the tracks are already the ones that are used for MSD and ADC analysis. This small pull request fixes that by adding a few
-self._t.min()
around to offset the independent variable, thus making them MSD and ADC plots against time interval, and not timestamp as it was previously.