Skip to content

Commit ce097ba

Browse files
committed
better line brakes
1 parent ec0f3e9 commit ce097ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/plotting.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,10 @@ end
568568

569569
"""
570570
plot_polars(solver_list, wing_aero_list, label_list;
571-
literature_path_list=String[], angle_range=range(0, 20, 2), angle_type="angle_of_attack", angle_of_attack=0.0,
572-
side_slip=0.0, v_a=10.0, title="polar", data_type=".pdf", save_path=nothing,
573-
is_save=true,
574-
is_show=true)
571+
literature_path_list=String[], angle_range=range(0, 20, 2), angle_type="angle_of_attack",
572+
angle_of_attack=0.0, side_slip=0.0, v_a=10.0,
573+
title="polar", data_type=".pdf", save_path=nothing,
574+
is_save=true, is_show=true)
575575
576576
Plot polar data comparing different solvers and configurations.
577577

0 commit comments

Comments
 (0)