legend外边框太难看,如何去除图例legend的边框?
hl = legend(H([1 6 11 16 21],'1,'6','11’,'16','21');
set(hl,'Box','off');
MATLAB 去除图例legend外边框
阅读 144
2022-11-26
legend外边框太难看,如何去除图例legend的边框?
hl = legend(H([1 6 11 16 21],'1,'6','11’,'16','21');
set(hl,'Box','off');
相关推荐
精彩评论(0)