mirror of
https://gitlab.com/lander-team/site.git
synced 2025-06-16 15:17:14 +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)")
|
p2 = scatter(x = tc.t, y = tc.F, name = "Expected Data, $dfimp (Ns)")
|
||||||
|
|
||||||
layout = Layout(
|
layout = Layout(
|
||||||
title = "Operational Demonstration Data",
|
# title = "Operational Demonstration Data",
|
||||||
xaxis_title = "Time (s)",
|
xaxis_title = "Time (s)",
|
||||||
yaxis_title = "Force (N)",
|
yaxis_title = "Force (N)",
|
||||||
legend_title = "Legend Title",
|
legend = attr(
|
||||||
legend = attr(x = 0.5, y = 1,),
|
x = 1,
|
||||||
font = attr(
|
y = 1.02,
|
||||||
size = 18,)
|
yanchor = "bottom",
|
||||||
|
xanchor = "right",
|
||||||
|
orientation = "h"
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
plot([p1, p2], layout)
|
plot([p1, p2], layout)
|
||||||
end
|
end
|
||||||
|
|
||||||
open("./opdem.html", "w") do io
|
open("./opdem.html", "w") do io
|
||||||
PlotlyBase.to_html(io, p.plot,
|
PlotlyBase.to_html(io, p.plot,)
|
||||||
|
|
||||||
)
|
|
||||||
end
|
end
|
@ -195,7 +195,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-lg-6 order-lg-1">
|
<div class="col-lg-6 order-lg-1">
|
||||||
<div class="p-5">
|
<div class="p-1">
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -235,7 +235,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-lg-8 order-lg-2">
|
<div class="col-lg-8 order-lg-2">
|
||||||
<div class="p-5">
|
<div class="p-1">
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user