Skip to content

Commit

Permalink
Merge pull request #310 from ManasviAtGitHub/patch-2
Browse files Browse the repository at this point in the history
Update secondorderpoly.md
  • Loading branch information
ChrisRackauckas authored Dec 29, 2021
2 parents eb1984f + a86b80d commit de9d919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/secondorderpoly.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ub = 6.0
n = 10
x = sample(n,lb,ub,LowDiscrepancySample(2))
y = f.(x)
scatter(x, y, label="Sampled points", xlims=(lower_bound, upper_bound))
plot!(f, label="True function", xlims=(lower_bound, upper_bound))
scatter(x, y, label="Sampled points", xlims=(lb, ub))
plot!(f, label="True function", xlims=(lb, ub))
```

## Building the surrogate
Expand Down

0 comments on commit de9d919

Please sign in to comment.