Fill area of chart using matplotlib in python HD

13.07.2022
import matplotlib.pyplot as plty = [1,2,3,4,5,6]x = [1,2,1,2,3,2]x1 = [0,1,0,1,2,1]x2 = [2,3,2,3,4,3]plt.plot(x,y)plt.fill_betweenx(y,x1,x2, color="lightblue...

Похожие видео

Показать еще