Skip to content

Commit 0e8c22c

Browse files
committed
fixes for mix_model
1 parent 2dacf58 commit 0e8c22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/mix_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,9 @@ for i in range(len(sizes)):
718718
data=sample, kde=True, stat='density', alpha=0.2, ax=ax,
719719
color=colors[i], binwidth=0.02, linewidth=0.05, label=f't={sizes[i]}'
720720
)
721-
ax.set_title(r'$\pi_t(\\alpha)$ as $t$ increases')
721+
ax.set_title(r'$\pi_t(\alpha)$ as $t$ increases')
722722
ax.legend()
723-
ax.set_xlabel('$\\alpha$')
723+
ax.set_xlabel(r'$\alpha$')
724724
plt.show()
725725
```
726726

0 commit comments

Comments
 (0)