comparison scripts/plot/__pltopt__.m @ 6895:76e3d985ae56

[project @ 2007-09-13 18:22:38 by jwe]
author jwe
date Thu, 13 Sep 2007 18:22:51 +0000
parents 5dc550e1f419
children 93c65f2a5668
comparison
equal deleted inserted replaced
6894:0a71f51ae624 6895:76e3d985ae56
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 ## 02110-1301, USA. 18 ## 02110-1301, USA.
19 19
20 ## -*- texinfo -*- 20 ## Undocumented internal function.
21
21 ## @deftypefn {Function File} {} __pltopt__ (@var{caller}, @var{opt}) 22 ## @deftypefn {Function File} {} __pltopt__ (@var{caller}, @var{opt})
23 ##
22 ## Decode plot option strings. 24 ## Decode plot option strings.
23 ## 25 ##
24 ## @var{opt} can currently be some combination of the following: 26 ## @var{opt} can currently be some combination of the following:
25 ## 27 ##
26 ## @table @code 28 ## @table @code
80 ## style. 82 ## style.
81 ## @end table 83 ## @end table
82 ## 84 ##
83 ## The legend may be fixed to include the name of the variable 85 ## The legend may be fixed to include the name of the variable
84 ## plotted in some future version of Octave. 86 ## plotted in some future version of Octave.
85 ##
86 ## @seealso{__pltopt1__}
87 ## @end deftypefn
88 87
89 ## Author: jwe 88 ## Author: jwe
90 89
91 function [options, valid] = __pltopt__ (caller, opt, err_on_invalid) 90 function [options, valid] = __pltopt__ (caller, opt, err_on_invalid)
92 91