help-octave
[Top][All Lists]
Advanced

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

Re: Legend troubles


From: PetrSt
Subject: Re: Legend troubles
Date: Mon, 18 Mar 2013 08:38:07 -0700 (PDT)

It's because the bars are displayd as many lines (each ber is one line),
therefore two element legend describes first two bars
using plot(xb,yb,'b;raw data;',x,y,'r-;normal distribution;');
produces
<http://octave.1599824.n4.nabble.com/file/n4650929/fig.jpg> 

you can
1) leave everithing unchanged, but the order of plotting
plot(x,y,'r-',xb,yb,'b');
2) rearrange xb and yb to form single line



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Legend-troubles-tp4650922p4650929.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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