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

1 view (last 30 days)
Is there any way to find the area below an axes? In position parameters [pixels preferably]
Thanks
  4 Comments
Greg
Greg on 21 Jun 2018
Edited: Greg on 21 Jun 2018
hAx = axes;
axespos = hAx.Position;
The elements of axespos are [left,bottom,width,height]. So bottom times width?

Sign in to comment.

Answers (0)

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!