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:
parent
790d68373c
commit
020538722b
File diff suppressed because one or more lines are too long
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user