Skip to content

Commit

Permalink
Use the same colour scheme as in Section 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-czyz committed Apr 26, 2024
1 parent 99e7dd5 commit d84d7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/projects/Mixtures/figure_bmm_vs_other.smk
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ TASKS = {# task_id: task_name,

N_SAMPLES = 5_000
POINT_ESTIMATORS = [
EstimatorConfig(id="KSG-10", name="KSG", color="maroon"),
EstimatorConfig(id="InfoNCE", name="InfoNCE", color="orange"),
EstimatorConfig(id="KSG-10", name="KSG", color="green"),
EstimatorConfig(id="InfoNCE", name="InfoNCE", color="magenta"),
]

DOT_SIZE = 7
Expand Down

0 comments on commit d84d7a2

Please sign in to comment.