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:
@@ -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(&quot;Estes_F15.csv&quot;, DataFrame);
|
||||
g8 = CSV.read(&quot;AeroTech_G8ST.csv&quot;, DataFrame);
|
||||
|
||||
|
||||
plot(air.Time, air.Thrust, label=&quot;Air Propulsion&quot;, fillalpha=.1, legend=:topleft, size = (1200, 800));
|
||||
plot(air.Time, air.Thrust, label=&quot;Air Propulsion&quot;, legend=:topleft);
|
||||
|
||||
for (d, l) in [(f10, &quot;F10&quot;), (f15, &quot;F15&quot;), (g8, &quot;G8ST&quot;)]
|
||||
plot!(d[!,&quot;Time (s)&quot;], d[!, &quot;Thrust (N)&quot;], label=l);
|
||||
@@ -121,7 +120,7 @@ title!(&quot;Propulsion Comparison&quot;);
|
||||
xlabel!(&quot;Time (s)&quot;);
|
||||
ylabel!(&quot;Thrust (N)&quot;)</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>
|
||||
|
Reference in New Issue
Block a user