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

Plot arrows when plotting a single trajectory

parent ae0afc8e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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