fix misleading plot

This commit is contained in:
xenia 2020-12-04 04:44:02 -05:00
parent 1a9bc9e11e
commit 304a16b98b
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@
(define (set-pts! mid time pts)
(hash-update! point-tls mid
(lambda (m-tl)
(vector-append m-tl (vector (vector time pts))))))
(vector-append m-tl (vector (vector time (get-last-pts m-tl))
(vector time pts))))))
(for ([time (in-list timestamps)])
(for ([solve (in-list (hash-ref timeline time))])