Is there a way to have multiple sorting of children?
4 次查看(过去 30 天)
显示 更早的评论
Is there a way to have a group of children ordered by depth while the rest are by child order?
ax.SortMethod='childorder' vs ax.SortMethod='depth'
0 个评论
回答(1 个)
Dave Behera
2016-4-4
At one time, for an axes object, you can only specify a single value for SortMethod. At render time, it has to be one of 'childorder'/'depth' which shall apply to all child objects.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!