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

조회 수: 2 (최근 30일)
student_md
student_md 2021년 3월 4일
답변: Jan 2021년 3월 7일
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