在心电图信号等一维数据上叠加热图
我有一个形状为 (1, 5000) 的心电图信号,如下所示
以及形状为 (1, 5000) 的贡献图,其值范围在 0,1 之间。
我想将此贡献图绘制为心电图信号的热图。目前,我使用 plt.pcolormesh(contribution)
并像这样绘制
但是如何才能像此图一样更漂亮地叠加热图呢?
I have an ECG signal with shape (1, 5000), like this
and a contribution map with shape (1, 5000), which has values ranging between 0,1.
I want to plot this contribution map as a heatmap on the ECG signal. Currently, I use plt.pcolormesh(contribution)
and plot like this
But how can I overlay a heatmap more beautifully like this plot?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论