def makeUcrFig(ax=None, save=True):
ts = getGoodUcrTs()
ax = ts.plot(showLabels=False, showBounds=False, ax=ax, linewidths=3.)
sb.despine(left=True)
ax.set_title("UCR", y=TITLE_Y_POS)
# ax.set_xlabel("Time (sample)")
plt.tight_layout()
if save:
saveFigWithName('ucr')
# ------------------------------------------------ Tidigits
# @memory.cache
评论列表
文章目录