查看matplotlib文档,似乎将AxesSubplot添加到Figure的标准方法是使用Figure.add_subplot:from matplotlib import pyplot fig = pyplot.figure() ax ...
確定! 回上一頁