From 5a641aea6c8e14a2f1403be349133a32801cf707 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Wed, 24 Jul 2024 16:02:43 +0200 Subject: [PATCH] Plot arrows when plotting a single trajectory --- Trajectories/Analysis/plot_traj.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Trajectories/Analysis/plot_traj.py b/Trajectories/Analysis/plot_traj.py index 90668526..25693ba9 100755 --- a/Trajectories/Analysis/plot_traj.py +++ b/Trajectories/Analysis/plot_traj.py @@ -180,7 +180,7 @@ if __name__ == "__main__": args.annotate, color="red", color_initial="green", - arrows=False, + arrows=True, ) break else: @@ -196,7 +196,7 @@ if __name__ == "__main__": args.annotate, color="red", color_initial="green", - arrows=False, + arrows=True, ) else: if args.alt: -- GitLab