legend on every second data set

David Bateman adb014 at gmail.com
Mon May 12 15:27:09 CDT 2008


oxy wrote:
>> plot(x1, y1, '*;legend1', x1, fit_y1, '-')
> 
> This does not work for me. Look
> 
> octave-3.0.0:13> plot(g1(:,1),g1(:,2), '*;legend 1')

plot(g1(:,1),g1(:,2), '*;legend 1;')

Note missing ; character in the original command

D,


More information about the Help-octave mailing list