Borrar filtros
Borrar filtros

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

12 visualizaciones (últimos 30 días)
Varun Jadhav
Varun Jadhav el 11 de Nov. de 2015
Respondida: Walter Roberson el 11 de Nov. de 2015
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 comentario
Varun Jadhav
Varun Jadhav el 11 de Nov. de 2015
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???

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Nov. de 2015
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.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by