# HG changeset patch # User francesco_lapi # Date 1721837701 0 # Node ID e19d829063b2adfe657540fae1e69dd03d560db2 # Parent 244e2f302c68394068a359d88a3345e75620e96d Uploaded diff -r 244e2f302c68 -r e19d829063b2 marea_2/marea.py --- a/marea_2/marea.py Wed Jul 24 16:13:10 2024 +0000 +++ b/marea_2/marea.py Wed Jul 24 16:15:01 2024 +0000 @@ -379,11 +379,11 @@ UpRegulated = "#ecac68" # red, up-regulated reaction DownRegulated = "#6495ed" # blue, down-regulated reaction - UpRegulatedInv = "#FF7A00" + UpRegulatedInv = "#FF0000" # ^^^ different shade of red (actually orange), up-regulated net value for a reversible reaction with # conflicting enrichment in the two directions. - DownRegulatedInv = "#B22CF1" + DownRegulatedInv = "#0000FF" # ^^^ different shade of blue (actually purple), down-regulated net value for a reversible reaction with # conflicting enrichment in the two directions.