Skip to content

Commit

Permalink
Swapped figure 5 colors to match rest of manuscript figures
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonLChin committed Nov 17, 2023
1 parent 79af012 commit f50d171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tfac/figures/figure5.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
from ..predict import get_accuracy, predict_known

SCATTER_COLORS = {
'2': 'red',
'4': 'cyan',
'6': 'green',
'2': '#C03B30',
'4': '#00A651',
'6': '#3C7136',
'shared': 'black',
'neither': '#D3D3D3'
}
Expand Down

0 comments on commit f50d171

Please sign in to comment.