필터 지우기
필터 지우기

Subplots limit

조회 수: 29 (최근 30일)
Aadil
Aadil 2012년 4월 23일
Is there a limit to how many subplots you can have in a A4 sized landscape pdf?
When I save my plots as pdf it only seems to keep 5 subplots in one page, whereas in the actual figure file all 6 are visible
In this example the last plot is being left out:
I've tried changing the papermode to portrait but get the same problem
I changed the pdf size to A3 that included all the plots but now the positioning is all messed up
Is there any automated method of doing this?
Thanks
  댓글 수: 2
Aadil
Aadil 2012년 4월 23일
anyone?
Jan
Jan 2012년 4월 23일
I can get 20x40 subplots on a DinA4 PDF without any problems. Please post your PRINT command and the properties of the figure which cause your troubles. Do you set the position of the subplot axes to fixed sizes?

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

채택된 답변

Image Analyst
Image Analyst 2012년 4월 23일
Were you using export_fig()?
If so, I'd contact Oliver and he'll probably tell you how to fix it.
If not, then I guess you'll find out why export_fig is the most downloaded File Exchange submission.
  댓글 수: 3
Daniel Shub
Daniel Shub 2012년 4월 23일
You should ask this as a new question. I think it has lots of potentially interesting answers ...
Aadil
Aadil 2012년 4월 23일
probably better to do that yes

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

추가 답변 (1개)

Daniel Shub
Daniel Shub 2012년 4월 23일
I believe the limits on subplot depend on the figure size and the monitor resolution. An axis must have a minimum size of at least 1x1 pixels. In practice an axis that small is not useful.

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by