Making Room for a Text Box on a Figure

12 visualizaciones (últimos 30 días)
DH
DH el 15 de Mzo. de 2019
Respondida: DH el 15 de Mzo. de 2019
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 comentario
Geoff Hayes
Geoff Hayes el 15 de Mzo. de 2019
Editada: Geoff Hayes el 15 de Mzo. de 2019
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?)

Iniciar sesión para comentar.

Respuestas (1)

DH
DH el 15 de Mzo. de 2019
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).

Categorías

Más información sobre Graphics Object Properties en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by