rootpy.interactive: Interactive Plotting

Provide some features for writing scripts which provide interactive features

wait: Keeps root alive until ctrl-c is pressed or all canvases are closed interact: Starts a python console at the call site

Functions

interactive.wait_for_zero_canvases([…]) Wait for all canvases to be closed, or CTRL-c.
interactive.wait([middle_mouse_close]) Wait for all canvases to be closed, or CTRL-c.