How to move title to front of visual stack?
1 次查看(过去 30 天)
显示 更早的评论
In Matlab R2015b, I am trying to move an axes title to the front (i.e., top) of the visual stacking order for the axes, so that lines plotted on the axes do not obscure it. However, this cannot be done with uistack because Title is not considered a child of its Axes object (even though the Axes object is considered the Parent of its Title).
Is there another path that will accomplish this, short of simply eliminating the title and creating a text object instead?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Labels and Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!