How can I find the area (the position) below an axes?

1 visualización (últimos 30 días)
Stelios Fanourakis
Stelios Fanourakis el 20 de Jun. de 2018
Comentada: Stelios Fanourakis el 21 de Jun. de 2018
Is there any way to find the area below an axes? In position parameters [pixels preferably]
Thanks
  4 comentarios
Greg
Greg el 21 de Jun. de 2018
Editada: Greg el 21 de Jun. de 2018
hAx = axes;
axespos = hAx.Position;
The elements of axespos are [left,bottom,width,height]. So bottom times width?
Stelios Fanourakis
Stelios Fanourakis el 21 de Jun. de 2018
Thank you Greg. That's what I was looking for.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by