From 652d97c4214b580a30811c1be3f1386a5b3b170e Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Fri, 15 Mar 2024 18:51:44 +0100 Subject: [PATCH] one more plot --- test/test_flightpathcontroller2.jl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/test_flightpathcontroller2.jl b/test/test_flightpathcontroller2.jl index 782a239f..27d776d3 100644 --- a/test/test_flightpathcontroller2.jl +++ b/test/test_flightpathcontroller2.jl @@ -56,12 +56,8 @@ for i in 1:SAMPLES on_timer(kite) end include("plot.jl") -plot1(TIME, PSI, label="heading angle psi [°]", fig="test_fpc2") - -# p2=plot(TIME, BETA, label="elevation β [°]", width=2, xtickfontsize=12, ytickfontsize=12, legendfontsize=12) -# plot!(TIME, PHI, label="azimuth ϕ [°]", width=2, xtickfontsize=12, ytickfontsize=12, legendfontsize=12) -# pIDR2 = display(p2) # Display with InspectDR and keep plot object -# resize!(pIDR2.wnd, 1200, 700) # Resize GTK window directly +plot2(TIME, PSI, BETA; labels=["heading angle psi [°]", "elevation β [°]"], + 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