Mercurial > repos > bimib > cobraxy
comparison COBRAxy/marea.py @ 285:216a796a967a draft
Uploaded
author | francesco_lapi |
---|---|
date | Tue, 13 May 2025 10:43:49 +0000 |
parents | 2febf79bb334 |
children | eaa623b4b703 |
comparison
equal
deleted
inserted
replaced
284:2febf79bb334 | 285:216a796a967a |
---|---|
928 | 928 |
929 # Apply RPS styling to arrow heads | 929 # Apply RPS styling to arrow heads |
930 if res.get('rps'): | 930 if res.get('rps'): |
931 tmp_rps, max_z_rps = res['rps'] | 931 tmp_rps, max_z_rps = res['rps'] |
932 # Ensure applyRpsEnrichmentToMap styles only heads; adjust internals if needed | 932 # Ensure applyRpsEnrichmentToMap styles only heads; adjust internals if needed |
933 applyRpsEnrichmentToMap(tmp_rps, map_copy, max_z_rps) | 933 temp_thingsInCommon(tmp_rps, map_copy, max_z_rps, i, j, ras_enrichment=False) |
934 | 934 |
935 # Output both SVG and PDF/PNG as configured | 935 # Output both SVG and PDF/PNG as configured |
936 createOutputMaps(i, j, map_copy) | 936 createOutputMaps(i, j, map_copy) |
937 print('Execution succeeded') | 937 print('Execution succeeded') |
938 ############################################################################### | 938 ############################################################################### |