I want to increase the width of the x axis of a plot.
Changing set(gcf, 'Position', [100, 100, 650, 650]) just increases the size of the window of the figure, not the plot's width. I do not want to change the height, just the width.
How can I do this?
Thank you in advance!

2 comentarios

KSSV
KSSV el 22 de Feb. de 2022
set(gca,'linewidth',6)
ABCDEFG HIJKLMN
ABCDEFG HIJKLMN el 22 de Feb. de 2022
This increases the thickness of the lines, I just want to increase the length of the axis.

Iniciar sesión para comentar.

 Respuesta aceptada

ABCDEFG HIJKLMN
ABCDEFG HIJKLMN el 22 de Feb. de 2022

0 votos

I have figured it out, I had to add set(gca,'FontSize',12,'DataAspectRatio',[1 1.75 1]) for it to work.
Thank you for the help.

Más respuestas (1)

Ive J
Ive J el 22 de Feb. de 2022

0 votos

You need to set gca and not gcf:
set(gca, 'Position', ...)

1 comentario

ABCDEFG HIJKLMN
ABCDEFG HIJKLMN el 22 de Feb. de 2022
Hello, thank you for your answer. I tried setting this, but the figure just comes out completely blank. What could be causing this? I assured that the size of the axes was smaller than the size of the figure...

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Productos

Versión

R2021a

Preguntada:

el 22 de Feb. de 2022

Respondida:

el 22 de Feb. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by