Skip to content

Commit 9bdc36a

Browse files
Merge pull request CamDavidsonPilon#293 from monkpit/patch-1
Update Prior and Posterior Bugs graph
2 parents 196526d + e411447 commit 9bdc36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Chapter1_Introduction/Chapter1.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@
360360
" label=\"posterior distribution\",\n",
361361
" lw=\"3\", edgecolor=colours[1])\n",
362362
"\n",
363+
"plt.ylim(0,1)\n",
363364
"plt.xticks([0.20, .95], [\"Bugs Absent\", \"Bugs Present\"])\n",
364365
"plt.title(\"Prior and Posterior probability of bugs present\")\n",
365366
"plt.ylabel(\"Probability\")\n",

0 commit comments

Comments
 (0)