import numpy as np import matplotlib.pyplot as plt fig = plt.figure() plt.show() ... 在pyplot中,画纸的概念对应的就是Axes/Subplot。
確定! 回上一頁