Skip to content

Commit 2706030

Browse files
committed
Adjust baseline color
1 parent 91f6cb7 commit 2706030

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks_jason/max_of_K_all_models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3671,7 +3671,7 @@ def do_linear_regression(X, Y):
36713671
x=x_vals,
36723672
y=y_vals,
36733673
mode="lines",
3674-
line=dict(dash="dot", color="gold"),
3674+
line=dict(dash="dot", color="orange"),
36753675
name="brute-force linear baseline",
36763676
)
36773677
if DISPLAY_PLOTS:
@@ -3682,7 +3682,7 @@ def do_linear_regression(X, Y):
36823682
x_vals,
36833683
y_vals,
36843684
linestyle="dashed",
3685-
color="gold",
3685+
color="orange",
36863686
label="brute-force linear baseline",
36873687
)
36883688
if not discontinuous_x_val:
@@ -3737,7 +3737,7 @@ def do_linear_regression(X, Y):
37373737
x=x_vals,
37383738
y=y_vals,
37393739
mode="lines",
3740-
line=dict(dash="dot", color="gold"),
3740+
line=dict(dash="dot", color="orange"),
37413741
name="brute-force linear baseline",
37423742
)
37433743

0 commit comments

Comments
 (0)