1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-09-15 01:55:02 +00:00

fix image scaling

This commit is contained in:
2021-05-03 21:54:09 -07:00
parent bd67c9682a
commit 3da697bfeb
10 changed files with 22 additions and 26 deletions

View File

@@ -96,10 +96,9 @@ plot(df.Time .|> ustrip, thrust_values,
fillalpha=.2,label="Thrust",
xlabel="Time (s)",
ylabel="Thrust (N)",
size = (1200, 800),
)</code></pre>
<div class="figure">
<img src="file571aee56c6a_files/figure-html/unnamed-chunk-6-J1.png" alt="Air Proplsion Simulation" width="600" />
<img src="file622ef5a388f_files/figure-html/unnamed-chunk-6-J1.png" alt="Air Proplsion Simulation" width="300" />
<p class="caption">
(#fig:unnamed-chunk-6)Air Proplsion Simulation
</p>
@@ -111,7 +110,7 @@ f15 = CSV.read("Estes_F15.csv", DataFrame);
g8 = CSV.read("AeroTech_G8ST.csv", DataFrame);
plot(air.Time, air.Thrust, label="Air Propulsion", fillalpha=.1, legend=:topleft, size = (1200, 800));
plot(air.Time, air.Thrust, label="Air Propulsion", legend=:topleft);
for (d, l) in [(f10, "F10"), (f15, "F15"), (g8, "G8ST")]
plot!(d[!,"Time (s)"], d[!, "Thrust (N)"], label=l);
@@ -121,7 +120,7 @@ title!("Propulsion Comparison");
xlabel!("Time (s)");
ylabel!("Thrust (N)")</code></pre>
<div class="figure">
<img src="file571aee56c6a_files/figure-html/unnamed-chunk-7-J1.png" alt="Rocket Motor Data: [@thrustcurve]" width="600" data-distill-preview=1 />
<img src="file622ef5a388f_files/figure-html/unnamed-chunk-7-J1.png" alt="Rocket Motor Data: [@thrustcurve]" width="300" data-distill-preview=1 />
<p class="caption">
(#fig:unnamed-chunk-7)Rocket Motor Data: <span class="citation">(Coker, n.d.)</span>
</p>
@@ -146,7 +145,7 @@ Sutton, George P., and Oscar Biblarz. 2001. <em>Rocket Propulsion Elements
<category>Capstone</category>
<guid>https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation</guid>
<pubDate>Thu, 01 Apr 2021 00:00:00 +0000</pubDate>
<media:content url="https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/air-propulsion-simulation_files/figure-html5/unnamed-chunk-7-J1.png" medium="image" type="image/png" width="1200" height="800"/>
<media:content url="https://projects.ansonbiggs.com/posts/2021-04-01-air-propulsion-simulation/air-propulsion-simulation_files/figure-html5/unnamed-chunk-7-J1.png" medium="image" type="image/png" width="600" height="400"/>
</item>
</channel>
</rss>