Browse code

decrease live_plot update_interval now that plotting is much faster

Bas Nijholt authored on 17/02/2018 14:18:56
Showing 1 changed files
... ...
@@ -123,7 +123,7 @@
123 123
    "metadata": {},
124 124
    "outputs": [],
125 125
    "source": [
126
-    "runner.live_plot()"
126
+    "runner.live_plot(update_interval=0.1)"
127 127
    ]
128 128
   },
129 129
   {
... ...
@@ -212,7 +212,7 @@
212 212
     "    opts = dict(plot=dict(title_format=title))\n",
213 213
     "    return plot.Image + plot.EdgePaths.I.clone().opts(**opts) + plot\n",
214 214
     "\n",
215
-    "runner.live_plot(plotter=plot, update_interval=0.2)"
215
+    "runner.live_plot(plotter=plot, update_interval=0.1)"
216 216
    ]
217 217
   },
218 218
   {