def db_plot(*args, **kwargs): # plot utility for debugging plt.plot(*args, **kwargs) plt.show() pause(1)