Skip to content

Commit

Permalink
Fix plot title end date
Browse files Browse the repository at this point in the history
  • Loading branch information
svenseeberg committed Mar 18, 2024
1 parent 5c282ed commit 9fe653f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendrift_leeway_webgui/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def main():

plt.title(
f"Leeway Simulation Object Type: {simulation.leewayprop[args.object_type]['OBJKEY']}\n"
f" From {start.strftime('%Y-%m-%d %H:%M')} to {end.strftime('%d-%m-%Y %H:%M')} UTC"
f" From {start.strftime('%Y-%m-%d %H:%M')} to {end.strftime('%Y-%m-%d %H:%M')} UTC"
)
fig.text(
0,
Expand Down

0 comments on commit 9fe653f

Please sign in to comment.