Mercurial > repos > bimib > cobraxy
changeset 191:21fd8e45de64 draft
Uploaded
| author | francesco_lapi | 
|---|---|
| date | Wed, 20 Nov 2024 18:01:29 +0000 | 
| parents | 1595c0063bad | 
| children | a0b00e4cc6a2 | 
| files | COBRAxy/flux_to_map.py | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/COBRAxy/flux_to_map.py Wed Nov 20 17:59:43 2024 +0000 +++ b/COBRAxy/flux_to_map.py Wed Nov 20 18:01:29 2024 +0000 @@ -405,7 +405,7 @@ print(self.toStyleStr()) print(getArrowBodyElementId(reactionId)) print(getElementById(getArrowBodyElementId(reactionId), metabMap)) - return self.applyTo(getArrowBodyElementId(reactionId), metabMap, f";stroke:{self.col};stroke-width:2;stroke-dasharray:5,5") + return self.applyTo(getArrowBodyElementId(reactionId), metabMap, f";stroke:#a020f0;stroke-width:2;stroke-dasharray:5,5") return self.applyTo(getArrowBodyElementId(reactionId), metabMap, self.toStyleStr()) # Now we style the arrow head(s):
