# HG changeset patch # User francesco_lapi # Date 1722526479 0 # Node ID 4e7f4cefeaeb3ae117f4efcd97a15ee47fcebf70 # Parent d539ef1ce39c3591e378968a7a0ac3ef9b99e445 Uploaded diff -r d539ef1ce39c -r 4e7f4cefeaeb marea_2/flux_to_map.py --- a/marea_2/flux_to_map.py Thu Aug 01 15:32:50 2024 +0000 +++ b/marea_2/flux_to_map.py Thu Aug 01 15:34:39 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(("F_" if inversionScore == 2 else "B_") + reactionId, metabMap, f";stroke:#ffc0cb;stroke-width:{width};stroke-dasharray:'5,5'") + arrow.applyTo(("F_" if inversionScore == 2 else "B_") + reactionId, metabMap, f";stroke:#ffffff00;stroke-width:{width};stroke-dasharray:'5,5'") print(f'5') if not ARGS.using_RAS: # style arrow body