Skip to content

Commit 2ca7bd5

Browse files
committed
Removed semicolon blocking plot
1 parent d3fd0cb commit 2ca7bd5

File tree

2 files changed

+117
-110
lines changed

2 files changed

+117
-110
lines changed

examples/case_studies/bayesian_workflow.ipynb

Lines changed: 115 additions & 108 deletions
Large diffs are not rendered by default.

examples/case_studies/bayesian_workflow.myst.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ fig.update_layout(
333333
yaxis=dict(range=[-100, 1000]),
334334
xaxis=dict(range=[0, 10]),
335335
template="plotly_white",
336-
);
336+
)
337337
```
338338

339339
:::{admonition} Progress!
@@ -621,7 +621,7 @@ fig.add_trace(
621621
yaxis_title="Confirmed cases (log scale)",
622622
yaxis_type="log",
623623
template="plotly_white",
624-
).show()
624+
)
625625
```
626626

627627
OK, that does not look terrible; the data essentially behaves like a random draw from the model.

0 commit comments

Comments
 (0)