Skip to content

Commit 380bedc

Browse files
committed
TST: add label but no caption
1 parent 7129b6b commit 380bedc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lectures/simple_linear_regression.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ df
5757
We can use a scatter plot of the data to see the relationship between $y_i$ (ice-cream sales in dollars (\$\'s)) and $x_i$ (degrees Celsius).
5858

5959
```{code-cell} ipython3
60+
---
61+
mystnb:
62+
figure:
63+
name: wpdisc
64+
---
6065
ax = df.plot(
6166
x='X',
6267
y='Y',

0 commit comments

Comments
 (0)