1. import matplotlib.pyplot as plt 2. plt.style.use("seaborn-darkgrid") 3. fig ... edgecolor='k') 4. sns.set_palette("Spectral") 5. plt.subplot(2, 3, ...
確定! 回上一頁