1
0
mirror of https://gitlab.com/lander-team/site.git synced 2025-06-15 14:46:39 +00:00

reddit found a bug

This commit is contained in:
Anson Biggs 2021-12-07 12:13:25 -07:00
parent 790d68373c
commit 020538722b
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -69,8 +69,8 @@ end
# end
p = let
p1 = scatter(x = df.t, y = df.az, name = "Collected Data, $tcimp (Ns)")
p2 = scatter(x = tc.t, y = tc.F, name = "Expected Data, $dfimp (Ns)")
p1 = scatter(x = df.t, y = df.az, name = "Collected Data, $dfimp (Ns)")
p2 = scatter(x = tc.t, y = tc.F, name = "Expected Data, $tcimp (Ns)")
layout = Layout(
# title = "Operational Demonstration Data",