mirror of
https://gitlab.com/lander-team/site.git
synced 2025-06-16 07:06:40 +00:00
small screen formatting
This commit is contained in:
parent
dde9339420
commit
630ec8dd15
File diff suppressed because one or more lines are too long
@ -73,20 +73,21 @@ p = let
|
||||
p2 = scatter(x = tc.t, y = tc.F, name = "Expected Data, $dfimp (Ns)")
|
||||
|
||||
layout = Layout(
|
||||
title = "Operational Demonstration Data",
|
||||
# title = "Operational Demonstration Data",
|
||||
xaxis_title = "Time (s)",
|
||||
yaxis_title = "Force (N)",
|
||||
legend_title = "Legend Title",
|
||||
legend = attr(x = 0.5, y = 1,),
|
||||
font = attr(
|
||||
size = 18,)
|
||||
legend = attr(
|
||||
x = 1,
|
||||
y = 1.02,
|
||||
yanchor = "bottom",
|
||||
xanchor = "right",
|
||||
orientation = "h"
|
||||
),
|
||||
)
|
||||
|
||||
plot([p1, p2], layout)
|
||||
end
|
||||
|
||||
open("./opdem.html", "w") do io
|
||||
PlotlyBase.to_html(io, p.plot,
|
||||
|
||||
)
|
||||
PlotlyBase.to_html(io, p.plot,)
|
||||
end
|
@ -195,7 +195,7 @@
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6 order-lg-1">
|
||||
<div class="p-5">
|
||||
<div class="p-1">
|
||||
<div
|
||||
style="
|
||||
position: relative;
|
||||
@ -235,7 +235,7 @@
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-8 order-lg-2">
|
||||
<div class="p-5">
|
||||
<div class="p-1">
|
||||
<div
|
||||
style="
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user