import matplotlib.pyplot as plt fig, ax = plt.subplots() print(fig, ax) ... extra dimensions are squeezed out from the returned Axes object.
確定! 回上一頁