matplotlib:如何在一个图形中绘制具有不同x和y的曲线?

时间:2017-08-03 12:20:11

标签: python matplotlib subplot

我现在有三件事我想用matplotlib绘制:Leistung(蓝色曲线),meanL(红色曲线)和rolmean(黄色曲线)。 Leistung和meanL具有相同的x轴(包含40200个点),而rolmean具有不同的x轴(包含8000个点)。以下是我现在拥有的: enter image description here

我想要做的是使用数字框架的上侧作为rolmean的x轴。有没有办法做到这一点?

以下是代码:

$("input[type=checkbox]").prop("checked", false);

0 个答案:

没有答案