Skip to content

Commit 1280a93

Browse files
committed
added plot title
1 parent ede528d commit 1280a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Chapter2_MorePyMC/Chapter2.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,6 +1722,7 @@
17221722
"plt.plot(x, logistic(x, -5, 7), label=r\"$\\beta = -5, \\alpha = 7$\",\n",
17231723
" color=\"#7A68A6\")\n",
17241724
"\n",
1725+
"plt.title(\"Logistic functon with bias, plotted for several value of $\\\\alpha$ bias parameter\", fontsize=14)\n",
17251726
"plt.legend(loc=\"lower left\");"
17261727
]
17271728
},

0 commit comments

Comments
 (0)