# HG changeset patch # User luca_milaz # Date 1722785767 0 # Node ID f3da6593b296417846bd0fd51da552bd7024a272 # Parent 49d9d6c58e858d489c595f4a2d78403e1a5daeda Uploaded diff -r 49d9d6c58e85 -r f3da6593b296 marea_2/flux_to_map.py --- a/marea_2/flux_to_map.py Sun Aug 04 15:29:02 2024 +0000 +++ b/marea_2/flux_to_map.py Sun Aug 04 15:36:07 2024 +0000 @@ -866,7 +866,7 @@ for rxn_id in ids: arrow = Arrow(width=5, col=colors_median[rxn_id]) - arrow.applyTo(rxn_id, metabMap_median, arrow.toStyleStr()) + arrow.applyTo(arrow.getMapReactionId(rxn_id, mindReactionDir=False), metabMap_median, arrow.toStyleStr()) svgFilePath = utils.FilePath("SVG Map median - class " + str(key), ext = utils.FileFormat.SVG, prefix="result") utils.writeSvg(svgFilePath, metabMap_median)