Skip to content

Commit

Permalink
one more plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 15, 2024
1 parent 652d97c commit a1fa252
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/test_flightpathcontroller2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,10 @@ for i in 1:SAMPLES
on_timer(kite)
end
include("plot.jl")
plot2(TIME, PSI, BETA; labels=["heading angle psi [°]", "elevation β [°]"],
plot3(TIME, PSI, BETA, PSI_DOT;
labels=["heading angle psi [°]", "elevation β [°]", "psi_dot [rad/s]"],
fig="test_fpc2")

# p4=plot(TIME, PSI_DOT, label="psi_dot [rad/s]", width=2, xtickfontsize=12, ytickfontsize=12, legendfontsize=12)
# pIDR4 = display(p4) # Display with InspectDR and keep plot object
# resize!(pIDR4.wnd, 1200, 700) # Resize GTK window directly

# p5=plot(PHI, BETA, xlabel="azimuth ϕ [°]", ylabel="elevation β [°]", width=2, xtickfontsize=12, guidefontsize=18, ytickfontsize=12, legend=false)
# pIDR5 = display(p5) # Display with InspectDR and keep plot object
# resize!(pIDR5.wnd, 1000, 700) # Resize GTK window directly

0 comments on commit a1fa252

Please sign in to comment.