Hi Steven,
That worked! Thank you.
(Though admittedly I did not fully understand your explanation.)
All the best,
Christoph
On Thursday, 27 November 2014 19:04:12 UTC, Steven G. Johnson wrote:
>
> PyPlot, like the Python package of the same name, plots as a side effect.
> You can use the withfig function to wrap PyPlot commands and make them
> functional (returning the figure object as the withfig return value rather
> than displaying it as a side effect). This allows Pyplot to be used with
> @manipulate, but should also work with other Reactive functions.