Turning on Handle Visibility for all lines in Figure

7 ビュー (過去 30 日間)
Christopher Reyes
Christopher Reyes 2019 年 4 月 12 日
回答済み: Francesco 2021 年 10 月 14 日
Hello,
I have what I hope is a simple question. I have a figue that I have created and I had turned off several lines' visibility so that they did not appear in the legend. Now I need to access those lines again to change their color, but I cannot seem to access those lines. I would like to turn on the handle visibility of all lines either in a script or in the figure tools if possible. I have attached the figure that contains the hidden lines. Any help would be much appreciated.
Thank You
Christopher Reyes

回答 (1 件)

Francesco
Francesco 2021 年 10 月 14 日
Hi Christopher,
you shoud try with
r = groot;
r.ShowHiddenHandles = 'on';
References:

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by