Skip to content

Commit

Permalink
Update erl_2020.py
Browse files Browse the repository at this point in the history
Update plots
  • Loading branch information
barneydobson committed Apr 24, 2020
1 parent 9253548 commit 37fcc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/paper_plots/erl_2020.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ def reset_service_reservoirs(state_variables, parameters):
ax[l].set_aspect('equal', 'box')
if l == 0:
ax[l].set_xlabel('Phosphorus without\nAED (mg/l)')
ax[l].set_ylabel('Phosphorus with\nAED (mg/l)',rotation = 0,ha='right', va='center', ma='right')
ax[l].set_ylabel('Phosphorus with\nAED (mg/l)',rotation = 0,ha='right', va='center', ma='center')
else:
ax[l].set_xlabel('Reservoir volume\nwithout AED (Gl)')
ax[l].set_ylabel('Reservoir\nvolume with\nAED (mg/l)',rotation = 0,ha='right', va='center', ma='right')
ax[l].set_ylabel('Reservoir\nvolume with\nAED (mg/l)',rotation = 0,ha='right', va='center', ma='center')
ax[l].set_xticks(tix[l])
ax[l].set_yticks(tix[l])
plt.text(0.05, 0.95,labs[l],
Expand Down

0 comments on commit 37fcc52

Please sign in to comment.