From 304a16b98be357e0d85255fe3a722bc8e81707fa Mon Sep 17 00:00:00 2001 From: haskal Date: Fri, 4 Dec 2020 04:44:02 -0500 Subject: [PATCH] fix misleading plot --- scripts/plot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/plot b/scripts/plot index c160fdf..b320d95 100755 --- a/scripts/plot +++ b/scripts/plot @@ -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))])