
How can I toggle visibility of graphics handles in the Property Inspector?
15 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2023 年 3 月 3 日
回答済み: MathWorks Support Team
2023 年 3 月 3 日
I am plotting multiple data series on a figure, and would like to toggle the visibility of the series on and off repeatedly.
Using "plotbrowser", I am able to check and uncheck the boxes for each data series, as shown in the picture on the documentation page:
On that documentation it is also mentioned that "plotbrowser" is not recommended and will be deprecated in the future. Instead, the "Property Inspector" is recommended, documented here:
How can I achieve the same workflow in Property Inspector?
採用された回答
MathWorks Support Team
2023 年 3 月 3 日
To toggle the visibility of graphics handles using the Property Inspector, please follow the steps below:
1. In the Property Inspector, find the dropdown tree on the top to display graphics handles.
2. Select the relevant handle for the object you wish to toggle its visibility.
3. Navigate to the "Interactivity > Visible" property and select/deselect the checkbox.
The image below illustrates the workflow, where a "scatter" plot has been made not visible.

0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Analyze Simulation Results についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!