- python将colobar置于图片下方并调节与图片的相对位置,将图片以svg格式存储
1.plt.colorbar(orientation='horizontal',fraction=0.046, pad=0.17)#方向
2.plt.savefig('confusion.svg',format='svg')
- matlab将legend置于图片下方
legend(hh(t), gn(t,:),'NumColumns',7,'Location','southoutside','Orientation','horizontal');