fig = suptitle('image #{}'.format(num), fontsize=20)
NameError: name 'suptitle' is not defined
我已经安装了 numpy、scipy 和 matplotlib 并导入了 pylab,但由于某种原因 Python 无法识别 suptitle 函数。
fig = suptitle('image #{}'.format(num), fontsize=20)
NameError: name 'suptitle' is not defined
我已经安装了 numpy、scipy 和 matplotlib 并导入了 pylab,但由于某种原因 Python 无法识别 suptitle 函数。