Skip to content

Commit ede528d

Browse files
committed
added plot title
1 parent e153fd0 commit ede528d

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
@@ -1672,6 +1672,7 @@
16721672
"plt.plot(x, logistic(x, 1), label=r\"$\\beta = 1$\")\n",
16731673
"plt.plot(x, logistic(x, 3), label=r\"$\\beta = 3$\")\n",
16741674
"plt.plot(x, logistic(x, -5), label=r\"$\\beta = -5$\")\n",
1675+
"plt.title(\"Logistic functon plotted for several value of $\\\\beta$ parameter\", fontsize=14)\n",
16751676
"plt.legend();"
16761677
]
16771678
},

0 commit comments

Comments
 (0)