lisa.analysis: Allow non-interactive plots to avoid pyplot
pyplot interface is convenient for interactive plotting, but leads to memory leaks. Add an interactive=True parameter to setup_plot() to allow avoiding pyplot for scripts generating a large number of plots.
Loading
Please register or sign in to comment