标签: python matplotlib
如何平滑此绘图的边缘并将度数符号添加到颜色条标签?我正在使用interpolation= 'nearest'。它是一个21 * 21阵列。
interpolation= 'nearest'
编辑:这就是我现在所拥有的。
figs=plt.imshow(data,interpolation = 'bicubic', extent=[-3.15,3.15,-3.15,3.15], vmin=-5.22, vmax=5.22)