Skip to content
Snippets Groups Projects
Unverified Commit c6398ebd authored by WHITFIELDRE email's avatar WHITFIELDRE email Committed by GitHub
Browse files

Do what was meant to happen in #22838

parent 9a123142
No related branches found
No related tags found
No related merge requests found
......@@ -713,7 +713,7 @@ class MainWindow(QtGui.QMainWindow):
vectimes = numpy.append(vectimes,tf)
vecvalue = numpy.append(vecvalue, vecvalue[-1])
vecreltimes = (t - t0) / numpy.timedelta64(1, 's')
vecreltimes = (vectimes - t0) / numpy.timedelta64(1, 's')
# Set to plot
xlim = [vecreltimes.min(), vecreltimes.max()]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment