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

small screen formatting

This commit is contained in:
Anson Biggs 2021-12-06 18:28:05 -07:00
parent dde9339420
commit 630ec8dd15
3 changed files with 15 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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;