comparison scripts/plot/legend.m @ 6440:98ee80702bca

[project @ 2007-03-23 15:13:19 by jwe]
author jwe
date Fri, 23 Mar 2007 15:13:19 +0000
parents a8dd70bacc1e
children 674d255e0729
comparison
equal deleted inserted replaced
6439:a37c427ae9d1 6440:98ee80702bca
1 ## Copyright (C) 2001 Laurent Mazet 1 ## Copyright (C) 2001 Laurent Mazet
2 ## Copyright (C) 2006 John W. Eaton 2 ## Copyright (C) 2006 John W. Eaton
3 ## 3 ##
4 ## This program is free software; it is distributed in the hope that it 4 ## This file is part of Octave.
5 ## will be useful, but WITHOUT ANY WARRANTY; without even the implied 5 ##
6 ## warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 6 ## Octave is free software; you can redistribute it and/or modify it
7 ## the GNU General Public License for more details. 7 ## under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; either version 2, or (at your option)
9 ## any later version.
10 ##
11 ## Octave is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details.
8 ## 15 ##
9 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
10 ## along with this file; see the file COPYING. If not, write to the 17 ## along with Octave; see the file COPYING. If not, write to the Free
11 ## Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 18 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
12 ## 02111-1307, USA. 19 ## 02110-1301, USA.
13 20
14 ## -*- texinfo -*- 21 ## -*- texinfo -*-
15 ## @deftypefn {Function File} {} legend (@var{st1}, @var{st2}, @var{st3}, @var{...}) 22 ## @deftypefn {Function File} {} legend (@var{st1}, @var{st2}, @var{st3}, @var{...})
16 ## @deftypefnx {Function File} {} legend (@var{st1}, @var{st2}, @var{st3}, @var{...}, @var{pos}) 23 ## @deftypefnx {Function File} {} legend (@var{st1}, @var{st2}, @var{st3}, @var{...}, @var{pos})
17 ## @deftypefnx {Function File} {} legend (@var{matstr}) 24 ## @deftypefnx {Function File} {} legend (@var{matstr})