Skip to content

Commit 653dbbe

Browse files
committed
cleanup
1 parent 02b5f69 commit 653dbbe

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/plotting.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -280,17 +280,6 @@ function plot_distribution(y_coordinates_list, results_list, label_list;
280280
axs[1, 1].legend()
281281
fig.tight_layout()
282282

283-
# # CL Distribution
284-
# plot!(res[1],
285-
# title=L"C_L Distribution",
286-
# xlabel="Spanwise Position y/b",
287-
# ylabel=L"Lift Coefficient C_L"
288-
# )
289-
# for (y_coords, results, label) in zip(y_coordinates_list, results_list, label_list)
290-
# plot!(res[1], y_coords, results["cl_distribution"],
291-
# label="$label CL: $(round(results["cl"], digits=2))")
292-
# end
293-
294283
# # CD Distribution
295284
# plot!(res[2],
296285
# title=L"C_D Distribution",

0 commit comments

Comments
 (0)