Mercurial > repos > bimib > marea_2
changeset 216:ee57f72fd40a draft
Uploaded
author | francesco_lapi |
---|---|
date | Thu, 01 Aug 2024 15:21:43 +0000 |
parents | 43a6399e790c |
children | d539ef1ce39c |
files | marea_2/flux_to_map.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2/flux_to_map.py Thu Aug 01 15:18:07 2024 +0000 +++ b/marea_2/flux_to_map.py Thu Aug 01 15:21:43 2024 +0000 @@ -524,7 +524,7 @@ # vvv These 2 if statements can both be true and can both happen if ARGS.net: # style arrow head(s): arrow.styleReactionElements(metabMap, reactionId + ("_B" if inversionScore == 2 else "_F")) - arrow.applyTo(reactionId + ("_F" if inversionScore == 2 else "_B"), metabMap, f";stroke:#ffc0cb;stroke-width:{width};stroke-dasharray:'5,5'") + arrow.applyTo("F_" if inversionScore == 2 else "B_") + reactionId, metabMap, f";stroke:#ffc0cb;stroke-width:{width};stroke-dasharray:'5,5'") print(f'5') if not ARGS.using_RAS: # style arrow body