Is there a way to have multiple sorting of children?
6 ビュー (過去 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 件のコメント
参考
カテゴリ
Find more on Subplots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!