Effacer les filtres
Effacer les filtres

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

3 vues (au cours des 30 derniers jours)
student_md
student_md le 4 Mar 2021
Réponse apportée : Jan le 7 Mar 2021
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)

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Visual Exploration dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by