Skip to content

Commit 4d4ccb2

Browse files
authored
Fix plot_forest method
1 parent c3fdc57 commit 4d4ccb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/04-instructor-multi-group-comparsion-sterilization.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@
241241
"metadata": {},
242242
"outputs": [],
243243
"source": [
244-
"# Use the `forestplot` or `plot_posterior` functions.\n",
245-
"az.forestplot(trace, var_names=['perc_reduction'], ylabels=sorted(mapping))"
244+
"# Use the `plot_forest` or `plot_posterior` functions.\n",
245+
"az.plot_forest(trace, var_names=['perc_reduction'], ylabels=sorted(mapping))"
246246
]
247247
},
248248
{

0 commit comments

Comments
 (0)