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

reorganized repo

This commit is contained in:
Anson 2021-04-22 00:09:18 -07:00
parent 873b6e2713
commit 1d5ea865ff
3 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ begin
title!("Drag Coefficient vs. Vertical Deflection")
ylabel!("Drag Coefficient")
xlabel!("Deflection")
xlabel!("Rocket Deflection")
xticks!(0:5:40, string.(0:5:40) .* "°")
end
savefig("DragvsDeflection")
savefig("DragvsDeflection.png")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 43 KiB