Skip to content

Commit

Permalink
Perhaps 'distributions' is a more appropriate term than 'situation'.
Browse files Browse the repository at this point in the history
  • Loading branch information
HannoSpreeuw committed Feb 29, 2024
1 parent 284ceeb commit e75fff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlpde/Evolve_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def Plot_results(sol, covered_time, depths, Xstar, store_folder):
of depth.
'''
fig, ax = plt.subplots()
fig.suptitle(f"Situation after {covered_time:.2f} years")
fig.suptitle(f"Distributions after {covered_time:.2f} years")
# Marker size
ms = 5
plotting_depths = ScalarField.from_expression(depths, "x").data * Xstar
Expand Down

0 comments on commit e75fff8

Please sign in to comment.