##plt 同时显示多幅图像import matplotlib.pyplot as plt plt.figure() ... 此时会发现显示的是热量图,不是我们预想的灰度图,可以添加cmap 参数,有如下几种添加 ...
確定! 回上一頁