Skip to content

Commit

Permalink
TST: add label but no caption
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Feb 20, 2024
1 parent 7129b6b commit 380bedc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lectures/simple_linear_regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ df
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).

```{code-cell} ipython3
---
mystnb:
figure:
name: wpdisc
---
ax = df.plot(
x='X',
y='Y',
Expand Down

0 comments on commit 380bedc

Please sign in to comment.