Skip to content

Commit 43f8733

Browse files
committed
cleanup
1 parent 2bbbe15 commit 43f8733

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/plotting.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ function plot_distribution(y_coordinates_list, results_list, label_list;
262262
# CL plot
263263
for (y_coordinates_i, result_i, label_i) in zip(y_coordinates_list, results_list, label_list)
264264
value = "$(round(result_i["cl"], digits=2))"
265-
println(label_i)
266265
if label_i == "LLT"
267266
label = label_i * L" $~C_L$: " * value
268267
else
@@ -282,7 +281,6 @@ function plot_distribution(y_coordinates_list, results_list, label_list;
282281
# CD plot
283282
for (y_coordinates_i, result_i, label_i) in zip(y_coordinates_list, results_list, label_list)
284283
value = "$(round(result_i["cl"], digits=2))"
285-
println(label_i)
286284
if label_i == "LLT"
287285
label = label_i * L" $~C_D$: " * value
288286
else
@@ -301,17 +299,6 @@ function plot_distribution(y_coordinates_list, results_list, label_list;
301299

302300
fig.tight_layout()
303301

304-
# # CD Distribution
305-
# plot!(res[2],
306-
# title=L"C_D Distribution",
307-
# xlabel="Spanwise Position y/b",
308-
# ylabel=L"Drag Coefficient C_D"
309-
# )
310-
# for (y_coords, results, label) in zip(y_coordinates_list, results_list, label_list)
311-
# plot!(res[2], y_coords, results["cd_distribution"],
312-
# label="$label CD: $(round(results["cd"], digits=2))")
313-
# end
314-
315302
# # Gamma Distribution
316303
# plot!(res[3],
317304
# title=L"\Gamma Distribution",

0 commit comments

Comments
 (0)