Skip to content

Commit 1abdf08

Browse files
authored
Merge pull request #36 from neel-maniar/main
Typo in datafit.ipynb
2 parents c3f3ace + 10214e8 commit 1abdf08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/notebooks/datafit.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"plt.figure(figsize=(16,1.5*ndim))\n",
292292
"for n in range(ndim):\n",
293293
" plt.subplot2grid((ndim, 1), (n, 0))\n",
294-
" plt.plot(sampler.get_chain()[:,:,0], alpha=0.5)\n",
294+
" plt.plot(sampler.get_chain()[:,:,n], alpha=0.5)\n",
295295
"plt.tight_layout()\n",
296296
"plt.show()"
297297
]
@@ -440,4 +440,4 @@
440440
},
441441
"nbformat": 4,
442442
"nbformat_minor": 4
443-
}
443+
}

0 commit comments

Comments
 (0)