python绘制堆积折线图 import matplotlib.pyplot as plt x = [1,2,3,4,5,6,7,8] y = [169, 171, 170, 668, 936, 654, 883, 1806] y1 = [27, 379, 303