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 CenterFile Exchange에서 Bar Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by