以下代码:
data = rand(4, 5);
figure
h4 = bar(data, "stacked", "linestyle", "none");
l4 = legend("Col1", "Col2", "Col3", "Col4", "Col5");
legend(l4, "location", "northeastoutside");
但是,当保存时,无论是通过菜单还是以编程方式,都会出现边框:
保存为 PNG、EPS 或 PDF 时会发生这种情况。我是否缺少一些选项来生成没有边框的框?
提前致谢,
罗德里戈