Skip to content

Commit

Permalink
Fix legend entry
Browse files Browse the repository at this point in the history
  • Loading branch information
c-moeller committed Apr 28, 2020
1 parent 190ba5f commit 382f0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/solar_thermal_collector/plots.py
Expand Up @@ -18,7 +18,7 @@ def plot_collector_heat(data_precalc, periods, eta_0):
t = list(range(1, periods + 1))

fig, ax = plt.subplots()
ax.plot(t, heat_calc, label='CSP precalculation')
ax.plot(t, heat_calc, label='Solar thermal precalculation')
ax.plot(t, heat_compare, label='constant efficiency')
ax.set(
xlabel='time in h',
Expand Down

0 comments on commit 382f0ec

Please sign in to comment.