Tightfig messes up sgtitle
이전 댓글 표시
I am using sgtitle to put a title over a group of plots. The over all code is pretty long but generally speaking this is what i'm doing.
tightfig(fh);
sgtitle(['Generated With Plot Generator Version ', varargin{1,1}.ToolRevision.String],'FontSize',10,'Color',[0.5 0.5 0.5])
However, when I do this the title shows up in the middle of some sub capability plots as shown in this snippet.

I have also tried putting sgtitle before tightfig but that does not yield any better of a result.
댓글 수: 1
Adam Danz
2019년 5월 9일
FYI tightfig is not a built-in function
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!