Why is the upper axis grid not visible after exporting to .eps image

2 次查看(过去 30 天)
I export the 3d plots to .eps by using following code. But the upper axis grid is not visible after exporting to .eps. Why?
Please find the following picture. (red line on the top)
set(gcf,'renderer','Painters');
set(gcf, 'PaperPositionMode', 'auto');
print -depsc2 ex1error.eps;
print(gcf, '-dpdf', '-r600', ZZZ)

采纳的回答

Jan
Jan 2021-3-7
Did you enable the box?
set(gca, 'Box', 'on')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by