How do I remove the info bar in figure when the variables are linked?

Hello,
when i link data in a plot i get the info bar shown in the attached picture. This annoys me and i want it to be hidden. I can make it dissapear by clicking on the arrow on the right. But i want to do this by code and not manualy. Is there a way to do this?
Thank you for your effort

2 comentarios

Does anyone has an idea for me?
Adam
Adam el 27 de En. de 2017
Editada: Adam el 27 de En. de 2017
This is one of the reasons I never use this as it is all just too much hassle compared to simply updating the plot myself in code. I'm not aware of a way to get rid of it.

Iniciar sesión para comentar.

 Respuesta aceptada

Connor
Connor el 9 de Nov. de 2017
Editada: Connor el 9 de Nov. de 2017
As of 2017b:
h = datamanager.LinkplotManager.getInstance();
h.Figures(1).Panel.close
Will do what you're asking. There are details on the nuances of closing this panel when working with multiple figures at another forum post, here

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 26 de En. de 2017

Editada:

el 9 de Nov. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by