def makeMsrcFig(ax=None, save=True):
ts = getGoodMsrcTs()
ax = ts.plot(showLabels=False, showBounds=False, ax=ax)
sb.despine(left=True)
ax.set_title("MSRC-12", y=TITLE_Y_POS)
# ax.set_xlabel("Time (sample)")
plt.tight_layout()
if save:
saveFigWithName('msrc')
# ------------------------------------------------ UCR
评论列表
文章目录