Skip to content

Commit

Permalink
Update joint_probability_trees.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsch420 authored Oct 28, 2024
1 parent e2a1ba0 commit 92e6826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/joint_probability_trees.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ They are ordered in the same way as they are induced in the distribution.
Finally, we plot resulting leaf distributions.

```{code-cell} ipython3
figure = model.plot()
figure
figure = go.Figure(model.plot(1000, surface=True))
figure.show()
```

0 comments on commit 92e6826

Please sign in to comment.