From 10c2aa70daba685ec6f0d08d4fb0298d47caca3b Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Tue, 20 Feb 2024 22:29:55 +0100 Subject: [PATCH] Polish --- Trajectories/draw_segments.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Trajectories/draw_segments.py b/Trajectories/draw_segments.py index ce81dad0..302e4b8d 100755 --- a/Trajectories/draw_segments.py +++ b/Trajectories/draw_segments.py @@ -6,7 +6,8 @@ created Graphviz graph is labeled with the segment-identifying number followed by the date index in parentheses. If the graph has cost values then the edges are labeled with them. If the option -t is given then the label of each node also tells which trajectory the segment -belongs to. +belongs to. The script can also process a graph of instantaneous +eddies. """ -- GitLab