Skip to content

Commit e153fd0

Browse files
committed
fixed plot title, increased font size
1 parent 4c866c7 commit e153fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter2_MorePyMC/Chapter2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
" plt.xlim(0, 80)\n",
640640
"\n",
641641
"figsize(12.5, 5)\n",
642-
"plt.title(\"More examples of artificial datasets\")\n",
642+
"plt.suptitle(\"More examples of artificial datasets\", fontsize=14)\n",
643643
"for i in range(1, 5):\n",
644644
" plt.subplot(4, 1, i)\n",
645645
" plot_artificial_sms_dataset()"

0 commit comments

Comments
 (0)