Prevent "background" axis from having focus
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, sometimes I have a large axis in a figure window, which serves as a "background" (e.g. suplabel.m), and other axes containing plots inside its position bounds.
Is there a property to set for this "master axis" so that it never gets focus, e.g. when attempting to zoom in on data in one of the smaller axes?
0 件のコメント
回答 (1 件)
Walter Roberson
2011 年 11 月 27 日
No there is not. However, if you set the HitTest property of the axes to 'off' then the user would not be able to click on it with the mouse.
参考
カテゴリ
Help Center および File Exchange で Data Exploration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!