Accueil > Community > FPScript > Dataset with wrong x-Axis > Reply To: Dataset with wrong x-Axis

#28489
Bernhard KantzBernhard Kantz
Participant

The _Event variable contains a dataset with the indices of the local maximas. Thus _Event[0] marks the first, _Event[1] the second one. Thus

_X[_Event[1]] = _X[_Event[0]] + 50000 s

should do the trick.