# HG changeset patch # User luca_milaz # Date 1722854105 0 # Node ID d91eba7f377b4d1a59b531143a0612bbd3a60ec8 # Parent 67b200f399466d9ee89dc07c21e4c375066b9b13 Uploaded diff -r 67b200f39946 -r d91eba7f377b marea_2/flux_to_map.py --- a/marea_2/flux_to_map.py Mon Aug 05 10:29:33 2024 +0000 +++ b/marea_2/flux_to_map.py Mon Aug 05 10:35:05 2024 +0000 @@ -402,11 +402,11 @@ if(isNegative): self.applyTo(idOpt2, metabMap, self.toStyleStr(downSizedForTips = True)) - self.color = ArrowColor.Transparent + self.col = ArrowColor.Transparent self.applyTo(idOpt1, metabMap, self.toStyleStr(downSizedForTips = True)) #trasp else: self.applyTo(idOpt1, metabMap, self.toStyleStr(downSizedForTips = True)) - self.color = ArrowColor.Transparent + self.col = ArrowColor.Transparent self.applyTo(idOpt2, metabMap, self.toStyleStr(downSizedForTips = True)) #trasp