How to Re-position DataCursormode 'Window'
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Kevin Phung
il 23 Mag 2019
Commentato: Kevin Phung
il 29 Mag 2019
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!
0 Commenti
Risposta accettata
Karun Mathiazhagan
il 26 Mag 2019
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
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!