Skip to content

Commit 75cf5c5

Browse files
committed
Dashed line
1 parent 4cc1078 commit 75cf5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks_jason/max_of_K_all_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3678,7 +3678,7 @@ def do_linear_regression(X, Y):
36783678
ax.plot(
36793679
x_vals,
36803680
y_vals,
3681-
linestyle="dotted",
3681+
linestyle="dashed",
36823682
color="gold",
36833683
label="brute-force linear baseline",
36843684
)

0 commit comments

Comments
 (0)