1 import numpy as np 2 import matplotlib.pyplot as plt 3 4 fig = plt.figure() 5 ax1 = fig.add_subplot(1, 2, 1) 6 ax2 = fig.add_subplot(1, 2, ...
確定! 回上一頁