Graphic memory managment

Hello,
When UI number increases from 2003 to 2004, the graphic quality becomes very bad...some kind of bitmap translation.
figure(1);clf;ui_1 = plot(rand(2003,1),rand(2003,1),'.');grid; % GOOD
figure(2);clf;ui_2 = plot(rand(2004,1),rand(2004,1),'.');grid; % BAD
Can you help me increase this limit ? Thanks in advance.

댓글 수: 2

Jan
Jan 2011년 9월 28일
I do not see a difference between the two graphics under Matlab 2009a. Can you explain "bad" or even better include screenshots?
Eric
Eric 2011년 9월 29일
Fontname is changed, tick lines also.
When printed, copied to another editor (Office...), metafile copy option is not used.

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

답변 (1개)

Daniel Shub
Daniel Shub 2011년 9월 29일

0 개 추천

You might want to check the renderer of the two figures
get(1, 'Renderer')
get(2, 'Renderer')

카테고리

도움말 센터File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

질문:

2011년 9월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by