Skip to content

Commit

Permalink
fix plot link
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed May 4, 2017
1 parent 923486d commit 185ba8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/analysis/uncertainty_quantification.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sim = solve(monte_prob,Tsit5(),num_monte=100,callback=cb)
using Plots; plotly(); plot(sim,vars=(0,1),linealpha=0.4)
```

![uncertainty_adaptive_default](../assets/unceratinty_adaptive_default.png)
![uncertainty_adaptive_default](../assets/uncertainty_adaptive_default.png)

In this case, we see that the default tolerances give us a very good solution. However, if we increase the tolerance a lot:

Expand Down

0 comments on commit 185ba8d

Please sign in to comment.