MATLAB 去除图例legend外边框

legend外边框太难看,如何去除图例legend的边框?

hl = legend(H([1 6 11 16 21],'1,'6','11’,'16','21');
set(hl,'Box','off');
posted @ 2022-11-19 23:38  楚千羽  阅读(1090)  评论(0)    收藏  举报