fix misleading plot
This commit is contained in:
parent
1a9bc9e11e
commit
304a16b98b
|
@ -78,7 +78,8 @@
|
||||||
(define (set-pts! mid time pts)
|
(define (set-pts! mid time pts)
|
||||||
(hash-update! point-tls mid
|
(hash-update! point-tls mid
|
||||||
(lambda (m-tl)
|
(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 ([time (in-list timestamps)])
|
||||||
(for ([solve (in-list (hash-ref timeline time))])
|
(for ([solve (in-list (hash-ref timeline time))])
|
||||||
|
|
Loading…
Reference in New Issue