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

1 Ansicht (letzte 30 Tage)
Stelios Fanourakis
Stelios Fanourakis am 20 Jun. 2018
Is there any way to find the area below an axes? In position parameters [pixels preferably]
Thanks
  4 Kommentare
Greg
Greg am 21 Jun. 2018
Bearbeitet: Greg am 21 Jun. 2018
hAx = axes;
axespos = hAx.Position;
The elements of axespos are [left,bottom,width,height]. So bottom times width?
Stelios Fanourakis
Stelios Fanourakis am 21 Jun. 2018
Thank you Greg. That's what I was looking for.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Graphics Object Properties finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by