mirror of
https://gitlab.com/lander-team/site.git
synced 2025-07-26 08:01:29 +00:00
reddit found a bug
This commit is contained in:
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",
|
||||
|
Reference in New Issue
Block a user