Skip to content

Commit

Permalink
Update secondorderpoly.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasviAtGitHub authored Dec 29, 2021
1 parent eb1984f commit a86b80d
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 a86b80d

Please sign in to comment.