Skip to content

Commit fc1309f

Browse files
committed
docs: fix a typo in the example
1 parent b2a89e1 commit fc1309f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dict_learning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import marimo
22

3-
__generated_with = "0.17.6"
3+
__generated_with = "0.17.7"
44
app = marimo.App(width="medium")
55

66

@@ -117,7 +117,7 @@ def _(mo):
117117
def _(cards, errs, plt):
118118
fig, axs = plt.subplots(1, 1, figsize=(4, 3))
119119
axs.plot(cards, errs, marker='.', color='k')
120-
axs.set_xlabel(r'$\mathop{\bf card} Y$')
120+
axs.set_xlabel(r'$\mathop{\bf card} X$')
121121
axs.set_ylabel('$||DX-Y||_F/||Y||_F$')
122122

123123
plt.show()

0 commit comments

Comments
 (0)