Skip to content

Commit 9ad069e

Browse files
committed
fix plot CL vs CD
1 parent 02eb456 commit 9ad069e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plotting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,8 @@ function plot_polars(
714714
label = raw"$" * label * raw"$"
715715
end
716716
axs[2, 2].plot(
717-
polar_data[2],
718717
polar_data[3],
718+
polar_data[2],
719719
label=label,
720720
linestyle=linestyle,
721721
marker=marker,

0 commit comments

Comments
 (0)