Is there a way to have multiple sorting of children?
5 ビュー (過去 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!