Mercurial > hg > octave-nkf
diff scripts/plot/legend.m @ 14755:bf759828760c
doc: Clarify input must be cellstr, not just cell, to legend().
* legend.m: Clarify input must be cellstr, not just cell in docstring.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 09 Jun 2012 21:31:31 -0700 |
parents | daad312c8af0 |
children | 460a3c6d8bf1 |
line wrap: on
line diff
--- a/scripts/plot/legend.m +++ b/scripts/plot/legend.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} legend (@var{str1}, @var{str2}, @dots{}) ## @deftypefnx {Function File} {} legend (@var{matstr}) -## @deftypefnx {Function File} {} legend (@var{cell}) +## @deftypefnx {Function File} {} legend (@var{cellstr}) ## @deftypefnx {Function File} {} legend (@dots{}, "location", @var{pos}) ## @deftypefnx {Function File} {} legend (@dots{}, "orientation", @var{orient}) ## @deftypefnx {Function File} {} legend (@var{hax}, @dots{})