MatPlotlib--Lines,bars and markers--Broken Barh破损条形图
BrokenBarh破损条形图importmatplotlib.pyplotaspltfig,ax=plt.subplots()ax.broken_barh([(110,30),(150,10)],(10,9),facecolors='blue')ax.broken_barh([(10,50),(100,20),(130,10)],(20,9),facecolors=('red','yellow'