The location of label of data cursor
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Is it possible to change the location of the data cursor programmatically? Such as 'southwest' or 'northeast'? For example 'southwest'

and 'northeast'

0 comentarios
Respuestas (1)
Robert U
el 9 de Jul. de 2018
Editada: Robert U
el 9 de Jul. de 2018
Hi Victor Lam:
Position of datatip seems to be able to be changed. See example:
[...]
% Set the data-tip orientation to top-right rather than auto
set(hDatatip,'OrientationMode','manual');
set(hDatatip,'Orientation','top-right');
[...]
I did not test it in newer versions of Matlab.
Kind regards,
Robert
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!