Hello,
I'm doing the equivalent of this:
self.i_plot = interactive(self.plot_file, frame=(0, num_files),
continuous_update=False)
def plot_file(self, file_num):
...
and would like to have a "Play" button be able to programmatically step
through all files. However, I can't directly call 'plot_file(fnum)' as it
plots multiple (matplotlib) frames, rather than use the same frame. Any
suggestions?
thanks, Randy
--
You received this message because you are subscribed to the Google Groups
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jupyter/e76a846a-5651-4273-aa42-056890589443%40googlegroups.com.