Skip to content

Commit 9ff32d0

Browse files
committed
Correct y label
1 parent 36771a5 commit 9ff32d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windpowerlib/wake_losses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def display_wind_efficiency_curves():
158158
fig, ax = plt.subplots()
159159
dena_df.plot(ax=ax, legend=True, linestyle='--')
160160
knorr_df.plot(ax=ax, legend=True)
161-
plt.ylabel('Wind farm efficiency')
161+
plt.ylabel('Wind efficiency')
162162
plt.xlabel('Wind speed m/s')
163163
plt.show()
164164
else:

0 commit comments

Comments
 (0)