Skip to content

Commit

Permalink
move legend
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jul 24, 2020
1 parent 8671366 commit 46e8f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ as we can see, the linear method outputs a Dirac distribution (no uncertainty) a

The next function has a discontinuity (≈ infinite curvature)
```@example comparison
plot_dens(x->sign(x)+1, Normal(0.5,1), -3, 3, legend=:bottom)
plot_dens(x->sign(x)+1, Normal(0.5,1), -3, 3, legend=:bottomright)
savefig("sign.html"); nothing # hide
```

Expand Down

0 comments on commit 46e8f20

Please sign in to comment.