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 Center および File ExchangeVisual Exploration についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by