We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36771a5 commit 9ff32d0Copy full SHA for 9ff32d0
windpowerlib/wake_losses.py
@@ -158,7 +158,7 @@ def display_wind_efficiency_curves():
158
fig, ax = plt.subplots()
159
dena_df.plot(ax=ax, legend=True, linestyle='--')
160
knorr_df.plot(ax=ax, legend=True)
161
- plt.ylabel('Wind farm efficiency')
+ plt.ylabel('Wind efficiency')
162
plt.xlabel('Wind speed m/s')
163
plt.show()
164
else:
0 commit comments