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

1 次查看(过去 30 天)
Is there any way to find the area below an axes? In position parameters [pixels preferably]
Thanks
  4 个评论
Greg
Greg 2018-6-21
编辑:Greg 2018-6-21
hAx = axes;
axespos = hAx.Position;
The elements of axespos are [left,bottom,width,height]. So bottom times width?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Properties 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by