Eliminate Extra Spaces between Subplots of Different Size

조회 수: 5 (최근 30일)
Adenine Koo
Adenine Koo 2020년 11월 10일
답변: Pranav Verma 2020년 11월 13일
How to remove the extra white spaces between subplots to get my desired output?
The code that I am currently using:
tiledlayout(3, 2, 'TileSpacing', 'none', 'Padding', 'none');
  댓글 수: 1
Mathieu NOE
Mathieu NOE 2020년 11월 10일
I would keep 'TileSpacing', 'none',
but try other options for padding (seems here 'none' will again create some distance between the plots)

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

답변 (1개)

Pranav Verma
Pranav Verma 2020년 11월 13일
Hi Adenine,
You can try the tight_subplot add-on in MATLAB. You can adjust margins and gaps between the axes using this.
tight_subplot is one of the several submissions in MATLAB File Exchange on MATLAB Central which is a forum for our product users to interact, exchange information and knowledge, without MathWorks' involvement. Feel free to contact the author of this submission directly for specific questions about the implementation
Thanks

카테고리

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