diff --git a/src/visualization/convenience_plots.jl b/src/visualization/convenience_plots.jl index 51421bf..88890a2 100644 --- a/src/visualization/convenience_plots.jl +++ b/src/visualization/convenience_plots.jl @@ -252,7 +252,8 @@ function generate_plots( plotCP(), body_vortex_panels, out.bodies, - rotor_source_panels; + rotor_source_panels, + wake_vortex_panels; subplot=2, inset=(1, Plots.bbox(0, 0, 1, 1)), (; kwargs..., background_color=:white)..., @@ -279,7 +280,8 @@ function generate_plots( body_vortex_panels, out.bodies, out.reference_values.Vref[], - rotor_source_panels; + rotor_source_panels, + wake_vortex_panels; subplot=2, inset=(1, Plots.bbox(0, 0, 1, 1)), (; kwargs..., background_color=:white)..., diff --git a/src/visualization/plot_recipes.jl b/src/visualization/plot_recipes.jl index becbb1c..dae5827 100644 --- a/src/visualization/plot_recipes.jl +++ b/src/visualization/plot_recipes.jl @@ -235,7 +235,9 @@ end ::plotCP, bvp, bout, - rsp=nothing; + rsp=nothing, + wvp=nothing; + cp_ylim=nothing, default_colors=(; primary=RGB(1 / 255, 149 / 255, 226 / 255), #blue secondary=RGB(189 / 255, 10 / 255, 53 / 255), #red @@ -244,7 +246,6 @@ end quinary=RGB(155 / 255, 82 / 255, 162 / 255), #purple plotsgray=RGB(128 / 255, 128 / 255, 128 / 255), #gray ), - cp_ylim=nothing, ) color_palette --> [ default_colors.primary, @@ -298,6 +299,7 @@ end Vref, rsp=nothing, wvp=nothing; + vtan_ylim=nothing, default_colors=(; primary=RGB(1 / 255, 149 / 255, 226 / 255), #blue secondary=RGB(189 / 255, 10 / 255, 53 / 255), #red @@ -306,8 +308,6 @@ end quinary=RGB(155 / 255, 82 / 255, 162 / 255), #purple plotsgray=RGB(128 / 255, 128 / 255, 128 / 255), #gray ), - labels=["Duct"; "Center Body"], - vtan_ylim=nothing, ) color_palette --> [ default_colors.primary,