fig = plt.figure(figsize = (8,4)) plt.suptitle("SUBPLOTS - 1 x 2", fontsize = 18) # subplot #1 plt.subplot(121) plt.title('subplot: 121') sns.countplot(data ...
確定! 回上一頁