You can do this by creating a twiny Axes, and plotting the bottom10 DataFrame ... fig,axt = plt.subplots(1) # Plot top10 on axt top10.plot.barh(color='red' ...
確定! 回上一頁