Mercurial > repos > bimib > marea_2
changeset 277:9224735e90f0 draft
Uploaded
author | luca_milaz |
---|---|
date | Sun, 04 Aug 2024 17:17:22 +0000 |
parents | 0fc5b8d82847 |
children | c1af8b0b2815 |
files | marea_2/flux_to_map.py |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2/flux_to_map.py Sun Aug 04 17:09:08 2024 +0000 +++ b/marea_2/flux_to_map.py Sun Aug 04 17:17:22 2024 +0000 @@ -873,23 +873,23 @@ i+=1 for rxn_id in ids: - #arrow = Arrow(width=5, col=colors_median[rxn_id]) - #arrow.applyTo(arrow.getMapReactionId(rxn_id, mindReactionDir=False), metabMap_median, arrow.toStyleStr()) + arrow = Arrow(width=5, col=colors_median[rxn_id]) + arrow.applyTo(arrow.getMapReactionId(rxn_id, mindReactionDir=False), metabMap_median, arrow.toStyleStr()) # Now we style the arrow head(s): #idOpt1, idOpt2 = getArrowHeadElementId(arrow.getMapReactionId(rxn_id, mindReactionDir=True)) #arrow.applyTo(idOpt1, metabMap_median, arrow.toStyleStr(downSizedForTips = True)) #if idOpt2: arrow.applyTo(idOpt2, metabMap_median, arrow.toStyleStr(downSizedForTips = True)) - arrow = Arrow(width=5, col="#00FF00") - arrow.styleReactionElements(metabMap_median, arrow.getMapReactionId(rxn_id, mindReactionDir=False), mindReactionDir=False) + #arrow = Arrow(width=5, col="#00FF00") + #arrow.styleReactionElements(metabMap_median, arrow.getMapReactionId(rxn_id, mindReactionDir=False), mindReactionDir=False) - #arrow = Arrow(width=5, col=colors_mean[rxn_id]) - #arrow.applyTo(arrow.getMapReactionId(rxn_id, mindReactionDir=False), metabMap_mean, arrow.toStyleStr()) + arrow = Arrow(width=5, col=colors_mean[rxn_id]) + arrow.applyTo(arrow.getMapReactionId(rxn_id, mindReactionDir=False), metabMap_mean, arrow.toStyleStr()) # Now we style the arrow head(s): #idOpt1, idOpt2 = getArrowHeadElementId(arrow.getMapReactionId(rxn_id, mindReactionDir=True)) #arrow.applyTo(idOpt1, metabMap_mean, arrow.toStyleStr(downSizedForTips = True)) #if idOpt2: arrow.applyTo(idOpt2, metabMap_mean, arrow.toStyleStr(downSizedForTips = True)) - arrow = Arrow(width=5, col="#00FF00") - arrow.styleReactionElements(metabMap_mean, arrow.getMapReactionId(rxn_id, mindReactionDir=False), mindReactionDir=False) + #arrow = Arrow(width=5, col="#00FF00") + #arrow.styleReactionElements(metabMap_mean, arrow.getMapReactionId(rxn_id, mindReactionDir=False), mindReactionDir=False) svgFilePath = utils.FilePath("SVG Map mean - " + str(key), ext = utils.FileFormat.SVG, prefix="result") utils.writeSvg(svgFilePath, metabMap_mean)