def plotChernoff(ts,bands='smooth',pdf=False): fig,ax = plt.subplots(1,1) drawChernoff(ax,ts,bands,pdf)