The location of label of data cursor

2 visualizaciones (últimos 30 días)
Victor Lam
Victor Lam el 8 de Jul. de 2018
Editada: Robert U el 9 de Jul. de 2018
Is it possible to change the location of the data cursor programmatically? Such as 'southwest' or 'northeast'? For example 'southwest'
and 'northeast'

Respuestas (1)

Robert U
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

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by