help-octave
[Top][All Lists]
Advanced

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

howto plot without auto ascribing legend?


From: Dmitrey
Subject: howto plot without auto ascribing legend?
Date: Sat, 20 Jan 2007 19:06:08 +0200
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

hi all,
so when I use for example

for i=1:100
plot(x{i},y{i}, '-b')
end
% x{i} & y{i} are N{i} x 1 real arrays

it produces lots (100) of legends ('line1', 'line2' etc)

I know that
plot(x{i},y{i}, '-b;my_title;') will change legend name, but howto left only one notice, not all 100?
Thank you in advance,
WBR, Dmitrey



reply via email to

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