Matlab Cropping Plots to remove whitespace
이전 댓글 표시
I want to adjust the amount of whitespace that is shown when plots are generated. I found this command to do just that:
set(gca,'LooseInset',get(gca,'TightInset'))
But this doesn't work that well when I add axis labels. When I have a plot without axis labels it's fine, it looks like this:

But when I add labels it does this:

You can't see it all that well but there is a lot of white space left of the yaxis label. I want to crop it down to the bare minimum, how do I do it?
채택된 답변
추가 답변 (1개)
Marc Jakobi
2016년 9월 15일
0 개 추천
I just finished working on a function that attemts to automatically solve this problem (without messing up colorbars, labels, etc.)
댓글 수: 1
Dr. Erol Kalkan, P.E.
2018년 10월 12일
This file is not available in fileexchange.
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!