pyplot as plt fig = plt.figure() ax = fig.add_subplot(111) print type(ax) дает выход <class 'matplotlib.axes.AxesSubplot'> Затем код import ...
確定! 回上一頁