Skip to content

Commit 834022c

Browse files
committed
lw variable is used everywhere except here
1 parent 3137f6a commit 834022c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter3_MCMC/IntroMCMC.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
"subplot(313)\n",
558558
"p_trace = mcmc.trace(\"p\")[:]\n",
559559
"plot( p_trace, label = \"$p$: frequency of assignment to cluster 0\",\n",
560-
" color = \"#467821\", lw = 1)\n",
560+
" color = \"#467821\", lw = lw)\n",
561561
"plt.xlabel( \"Steps\" )\n",
562562
"plt.ylim(0,1)\n",
563563
"plt.legend();"

0 commit comments

Comments
 (0)