help-octave
[Top][All Lists]
Advanced

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

Caption - Legend


From: Renato S. Yamane
Subject: Caption - Legend
Date: Thu, 16 Apr 2020 16:48:46 +0100

Hello,

Maybe this is a stupid question, but I didn't found an answer in https://octave.sourceforge.io/octave/function/legend.html

I have 2 arrays:

X_axis = 1 line x 11 columns;
Y_axis = 7 lines x 11 columns;

I generate a graph with:

figure(1);
loglog(X_axis,abs(Y_axis));
grid minor;
legend show

But the legend show me:
data1
data2
data3
data4
data5
data6
data7

How may I change the caption of each data? :-)

Many thanks,
Renato

reply via email to

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