Skip to content

Commit 366ffa0

Browse files
Merge pull request #288 from python-adaptive/fix-example-in-readme
2 parents c92e30b + ea9ee07 commit 366ffa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Adaptively learning a 1D function (the `gif` below) and live-plotting the proces
7676
learner = Learner1D(peak, bounds=(-1, 1))
7777
runner = Runner(learner, goal=lambda l: l.loss() < 0.01)
7878
runner.live_info()
79+
runner.live_plot()
7980
8081
8182
.. raw:: html

0 commit comments

Comments
 (0)