How to Re-position DataCursormode 'Window'

조회 수: 3 (최근 30일)
Kevin Phung
Kevin Phung 2019년 5월 23일
댓글: Kevin Phung 2019년 5월 29일
So Matlab figures have a datacursormode that either show up as a datatip or a window. I would like to make use of the window but unfortunately every time I turn it on it appears on the bottom right of the figure. Currently I am using a custom UpdateFcn for the datacursormode, and cannot figure out a way to program the window to pop up in a specific position on my figure -- I am wondering if this is possible.
Thanks!

채택된 답변

Karun Mathiazhagan
Karun Mathiazhagan 2019년 5월 26일
Hello Kevin,
You could use the "findall" function with the name-value pair 'Tag', 'DataCursorMode:FigurePanel' to obtain the handle to the Data Cursor window. Following this, you could use the property "Position" of the obtained handle to set the desired position.
I hope this helps.
Best,
Karun
  댓글 수: 1
Kevin Phung
Kevin Phung 2019년 5월 29일
Karun, this is perfect! Thank you! I have an additional question regarding this is:
So I am able to set the position of the data cursor once the user selects a data point, as it triggers the UpdateFcn. However, is there a way to set the position upon clicking the 'datacursormode' icon? Because when it is first clicked, it is set to its default position on the bottom right.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by