fig, (ax1, ax2, ax3) = plt.subplots(1, 3, figsize=(10,4)) fig.suptitle('Example of a Single Legend Shared Across Multiple Subplots') # The data x = [1, 2, ...
確定! 回上一頁