comparison scripts/image/colorcube.m @ 21546:f7f97d7e9294

doc: Wrap m-file docstrings to 79 characters + newline (80 total). * isrecording.m, soundsc.m, delaunay3.m, cell2mat.m, cumtrapz.m, del2.m, inputParser.m, interp1.m, interp3.m, narginchk.m, profile.m, validateattributes.m, delaunayn.m, tsearchn.m, voronoin.m, brighten.m, cmunique.m, colorcube.m, imfinfo.m, imshow.m, edit.m, orderfields.m, run.m, warning_ids.m, ode23.m, ode45.m, odeget.m, integrate_adaptive.m, kahan.m, ode_struct_value_check.m, runge_kutta_23.m, fminunc.m, fsolve.m, fzero.m, pkg.m, build.m, specular.m, view.m, bar.m, barh.m, contour3.m, isosurface.m, line.m, pie.m, pie3.m, quiver3.m, scatter.m, scatter3.m, stem3.m, stemleaf.m, surfl.m, tetramesh.m, isfigure.m, mkpp.m, pchip.m, residue.m, splinefit.m, rmpref.m, unique.m, eigs.m, ilu.m, factor.m, factorial.m, gallery.m, hankel.m, histc.m, ols.m, finv.m, fpdf.m, kruskal_wallis_test.m, weekday.m: Wrap m-file docstrings to 79 characters + newline (80 total).
author Rik <rik@octave.org>
date Sun, 27 Mar 2016 15:50:01 -0700
parents 516bb87ea72e
children 283d8dfcad37
comparison
equal deleted inserted replaced
21545:a81c9a0a05e3 21546:f7f97d7e9294
20 ## @deftypefn {} {@var{map} =} colorcube () 20 ## @deftypefn {} {@var{map} =} colorcube ()
21 ## @deftypefnx {} {@var{map} =} colorcube (@var{n}) 21 ## @deftypefnx {} {@var{map} =} colorcube (@var{n})
22 ## Create color colormap. This colormap is composed of as many equally 22 ## Create color colormap. This colormap is composed of as many equally
23 ## spaced colors (not grays) in the RGB color space as possible. 23 ## spaced colors (not grays) in the RGB color space as possible.
24 ## 24 ##
25 ## If there are not a perfect number @var{n} of regularly spaced colors then the 25 ## If there are not a perfect number @var{n} of regularly spaced colors then
26 ## remaining entries in the colormap are gradients of pure red, green, blue, 26 ## the remaining entries in the colormap are gradients of pure red, green,
27 ## and gray. 27 ## blue, and gray.
28 ## 28 ##
29 ## The argument @var{n} must be a scalar. 29 ## The argument @var{n} must be a scalar.
30 ## If unspecified, the length of the current colormap, or 64, is used. 30 ## If unspecified, the length of the current colormap, or 64, is used.
31 ## @seealso{colormap} 31 ## @seealso{colormap}
32 ## @end deftypefn 32 ## @end deftypefn