EPS looks pixelated when exporting figure

I'm trying to export an eps from matlab but it keeps appearing pixelated on the resulting PDF. I'm using:
print -despc my plot.eps
The result in my latex document looks like:
Is there anyway to stop this? As when I load it in the figure window it renders properly and not pixelated.

Antworten (1)

Jan
Jan am 5 Feb. 2013

13 Stimmen

Do you use the OpenGL renderer in Matlab? If so, try Painters:
set(gcf, 'Renderer', 'Painters');
This is required to get vector graphics in the EPS exort.
If this does not work, export a PNG: Even with pixels the output is clean.

2 Kommentare

wallflower
wallflower am 13 Jan. 2021
Thank you so much for your response! It saved my day!
Zahra Hajati
Zahra Hajati am 2 Dez. 2022
Thank you, saved my day as well!

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Printing and Saving finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 5 Feb. 2013

Kommentiert:

am 2 Dez. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by