Skip to content

Commit cdeeddc

Browse files
authored
Update README.md
1 parent 22cf66a commit cdeeddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ c4 = sample(gdemo([1.5, 2]), Gibbs(1000, PG(10, 2, :m), HMC(2, 0.1, 5, :s)))
8181
describe(c3)
8282

8383
# Plot results
84-
p = plot(c3)
85-
draw(p, "gdemo-plot.svg")
84+
p = Turing.plot(c3)
85+
Turing.draw(p, fmt=:pdf, filename="gdemo-plot.pdf")
8686
```
8787

8888
The arguments for each sampler are

0 commit comments

Comments
 (0)