Browse code

Merge pull request #288 from python-adaptive/fix-example-in-readme

github-actions[bot] authored on 13/08/2020 17:25:18 • GitHub committed on 13/08/2020 17:25:18
Showing 1 changed files
... ...
@@ -76,6 +76,7 @@ Adaptively learning a 1D function (the `gif` below) and live-plotting the proces
76 76
     learner = Learner1D(peak, bounds=(-1, 1))
77 77
     runner = Runner(learner, goal=lambda l: l.loss() < 0.01)
78 78
     runner.live_info()
79
+    runner.live_plot()
79 80
 
80 81
 
81 82
 .. raw:: html