The location of label of data cursor

8 次查看(过去 30 天)
Is it possible to change the location of the data cursor programmatically? Such as 'southwest' or 'northeast'? For example 'southwest'
and 'northeast'

回答(1 个)

Robert U
Robert U 2018-7-9
编辑:Robert U 2018-7-9
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

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品


版本

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by