octave-maintainers
[Top][All Lists]
Advanced

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

more help with legend


From: Rik
Subject: more help with legend
Date: Fri, 14 Dec 2018 15:05:25 -0800

Can someone try the following to test whether numeric arguments are
accepted for position?

plot (1:10)
legend ({'abc'}, 'location', 2)

Second test.  Are abbreviations for location allowed?

clf
plot (1:10)
legend ({'abc'}, 'location', 'NW')

I just need to know whether an error gets thrown in either case.

--Rik



reply via email to

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