How do I make my plots sharp again?

6 次查看(过去 30 天)
Since I updated to MATLB 2015a, my plots all look like they are drawn with crayon, and when I save them they look a bit fuzzy. I am revising an article where the plots are made with the same script in an earlier version of MATLAB, and they look completley different.
I have tried
set(groot,'DefaultFigureGraphicsSmoothing','off')
but that just makes them jagged.
ax = gca; % get current axes
ax.FontSmoothing = 'off'; % turn off axes font smoothing
f.GraphicsSmoothing = 'off'; % turn off figure graphics smoothing
does not seem to do anything either, they still look like crayon.
How do I get my plots sharp again? Is there any way to get the good quality plots back?

回答(0 个)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by