Is there a way to have multiple sorting of children?

3 ビュー (過去 30 日間)
Badr
Badr 2016 年 3 月 31 日
回答済み: Dave Behera 2016 年 4 月 4 日
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'

回答 (1 件)

Dave Behera
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.

Community Treasure Hunt

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

Start Hunting!

Translated by