フィルターのクリア

How do I select/deselect plots from the GUI figure?

12 ビュー (過去 30 日間)
Varun Jadhav
Varun Jadhav 2015 年 11 月 11 日
回答済み: Walter Roberson 2015 年 11 月 11 日
Hello,
I have successfully plotted the graphs of 3 phase voltage and current (multiplot) in my GUI figure using axes tool, but is there a way to select/deselect the plots such that only one (or more) can be viewed at a time???
Is there a way to put (for e.g.) check boxes next to the legends for this feature???
  1 件のコメント
Varun Jadhav
Varun Jadhav 2015 年 11 月 11 日
Also, is there a way to save both axes (3ph currents & 3ph voltages) in the same .png/.pdf file???
If yes, how do I do that???

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2015 年 11 月 11 日
If you use the property inspector each plot (plot group?) will be presented in a summary and you can set it invisible. If that does not work you can go down and change the Visible property to 'off'
There is no option in legend() to create selection boxes. You can, though, create ButtonDownFcn callbacks for the lines to turn them off by clicking on them, or otherwise maintain a radiobutton array to allow them to be turned on or off.

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by