octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help with legend


From: Rik
Subject: Help with legend
Date: Tue, 12 Dec 2017 09:04:44 -0800

Could someone run the following in Matlab and report on the results?

close all
h = plot (1:10, 'o-')
legend ('abc')
set (h, 'displayname', '')
% Does legend disappear?  Is label changed to a space, or a true null string?
double (get (h, 'displayname'))

Thanks,
Rik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]