How do I make my plots sharp again?

조회 수: 6 (최근 30일)
Karin Lundengård
Karin Lundengård 2016년 2월 19일
댓글: Anish Mitra 2016년 2월 24일
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
Anish Mitra 2016년 2월 24일
Could you share an example? It would be easier to investigate the exact issue.

댓글을 달려면 로그인하십시오.

답변 (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