1
0
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:
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)") 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

View File

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