Making Room for a Text Box on a Figure

조회 수: 16 (최근 30일)
DH
DH 2019년 3월 15일
답변: DH 2019년 3월 15일
I am plotting data, and adding a textbox using the "text" function. However, the text box doesn't fit well on the plot. Is there a way to move the plot downward (or upward) in the figure, to make room for the text box?
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2019년 3월 15일
편집: Geoff Hayes 2019년 3월 15일
DH - can't you just set the position of the text box so that it is placed at an appropriate location? How are you placing it now? (What is the code that you are using?)

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

답변 (1개)

DH
DH 2019년 3월 15일
I am using a figure with four subplots, and the subplots take up most of the figure. I place the text box in the upper right corner:
% textbox is defined above with the notations for the figure.
lm = axis();
text(lm(1), lm(4), txtbox, 'FontSize', 12, 'FontWeight', 'bold');
The textbox is rather large, so it covers part of the plots. What I would like to do is make room at the top or bottom of the figure so the text box could be above or below the plots. The effect would be similar to pasting the plot(s) into Microsoft Word, and putting notes below the plot(s).

카테고리

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

태그

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by