我见过使用matplotlib的各种程序,它们使用axes.flat函数,就像这段代码一样:
for i, ax in enumerate(axes.flat):
这是做什么的?
python matplotlib
matplotlib ×1
python ×1