We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e56870 commit d5774ffCopy full SHA for d5774ff
1 file changed
learner.ipynb
@@ -218,10 +218,7 @@
218
"source": [
219
"def plot(learner):\n",
220
" plot = learner.plot(tri_alpha=0.2)\n",
221
- " title = f'loss={learner._loss:.3f}, n_points={learner.npoints}'\n",
222
- " return (plot.Image\n",
223
- " + plot.EdgePaths.I.opts(plot=dict(title_format=title))\n",
224
- " + plot)\n",
+ " return plot.Image + plot.EdgePaths.I + plot\n",
225
"\n",
226
"runner.live_plot(plotter=plot, update_interval=0.1)"
227
]
0 commit comments