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?
2 个评论
Anish Mitra
2016-2-24
Could you share an example? It would be easier to investigate the exact issue.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!