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

Plot arrows with argument `--alt`

parent 5a641aea
No related branches found
No related tags found
No related merge requests found
......@@ -214,9 +214,11 @@ if __name__ == "__main__":
"cyan",
]
)
arrows = True
else:
color = "red"
color_initial = "green"
arrows = False
if args.min_duration == 1:
for traj in expanded_traj["traj"]:
......@@ -234,7 +236,7 @@ if __name__ == "__main__":
args.annotate,
color,
color_initial,
arrows=False,
arrows,
)
else:
# args.min_duration > 1
......@@ -260,7 +262,7 @@ if __name__ == "__main__":
args.annotate,
color,
color_initial,
arrows=False,
arrows,
)
print(
......
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