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!