Skip to content
Snippets Groups Projects
Commit d22c5c0b authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Adjust the position of the title

So it does not overlap with tick labels.
parent c7c2c33b
No related branches found
No related tags found
No related merge requests found
......@@ -271,10 +271,11 @@ if __name__ == "__main__":
)
ax.set_title(
rf"lifetime $\geq$ {args.min_duration} time steps"
f"\nnumber of trajectories: {n_long_traj}"
f"\nnumber of trajectories: {n_long_traj}",
y=1.1,
)
ax.set_title(expanded_traj["orientation"], loc="left")
ax.set_title(expanded_traj["orientation"], loc="left", y=1.1)
ax.add_feature(cfeature.LAND, edgecolor="black")
ax.gridlines(draw_labels=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment