Skip to content

Commit e93ee0a

Browse files
authored
Fix trace_plot method
1 parent 4d4ccb2 commit e93ee0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"outputs": [],
226226
"source": [
227227
"# Plot the trace plots.\n",
228-
"az.traceplot(trace)"
228+
"az.plot_trace(trace)"
229229
]
230230
},
231231
{

0 commit comments

Comments
 (0)