File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments