Skip to content

Commit

Permalink
Merge 964fb0c into c3c83d7
Browse files Browse the repository at this point in the history
  • Loading branch information
FranziPl committed Apr 24, 2020
2 parents c3c83d7 + 964fb0c commit c4508f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/concentrating_solar_power/csp_plant_example.py
Expand Up @@ -163,7 +163,7 @@

fig, ax = plt.subplots()
ax.plot(list(range(periods)), thermal_bus[(('collector', 'thermal'), 'flow')])
ax.set(xlabel='time [h]', ylabel='Q_coll [W/m2]',
ax.set(xlabel='time [h]', ylabel='Q_coll [W]',
title='Heat of the collector')
ax.grid()
ax.legend()
Expand Down
2 changes: 1 addition & 1 deletion examples/concentrating_solar_power/example_csp_facade.py
Expand Up @@ -162,7 +162,7 @@

fig, ax = plt.subplots()
ax.plot(list(range(periods)), thermal_bus[(('solar_collector', 'thermal'), 'flow')])
ax.set(xlabel='time [h]', ylabel='Q_coll [W/m2]',
ax.set(xlabel='time [h]', ylabel='Q_coll [W]',
title='Heat of the collector')
ax.grid()
ax.legend()
Expand Down

0 comments on commit c4508f6

Please sign in to comment.