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

1 回表示 (過去 30 日間)
Rafael Kübler
Rafael Kübler 2017 年 1 月 26 日
編集済み: Connor 2017 年 11 月 9 日
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 件のコメント
Rafael Kübler
Rafael Kübler 2017 年 1 月 27 日
Does anyone has an idea for me?
Adam
Adam 2017 年 1 月 27 日
編集済み: Adam 2017 年 1 月 27 日
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.

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

採用された回答

Connor
Connor 2017 年 11 月 9 日
編集済み: Connor 2017 年 11 月 9 日
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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by