How do I make my plots sharp again?

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 件)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

タグ

質問済み:

2016 年 2 月 19 日

コメント済み:

2016 年 2 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by