Mercurial > hg > octave-lyh
view scripts/plot/shrinkfaces.m @ 17126:eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Emphasize clarity, use common "voice", and increase density of seealso links.
* doc/interpreter/plot.txi: Add @findex entries that were in xlim.m
* scripts/miscellaneous/getappdata.m scripts/miscellaneous/setappdata.m,
scripts/plot/allchild.m, scripts/plot/ancestor.m, scripts/plot/area.m,
scripts/plot/axes.m, scripts/plot/axis.m, scripts/plot/bar.m,
scripts/plot/barh.m, scripts/plot/box.m, scripts/plot/caxis.m,
scripts/plot/cla.m, scripts/plot/clabel.m, scripts/plot/clf.m,
scripts/plot/close.m, scripts/plot/closereq.m, scripts/plot/colorbar.m,
scripts/plot/comet.m, scripts/plot/comet3.m, scripts/plot/compass.m,
scripts/plot/contour.m, scripts/plot/contour3.m, scripts/plot/contourc.m,
scripts/plot/contourf.m, scripts/plot/copyobj.m, scripts/plot/cylinder.m,
scripts/plot/daspect.m, scripts/plot/diffuse.m, scripts/plot/ellipsoid.m,
scripts/plot/errorbar.m, scripts/plot/ezcontour.m, scripts/plot/ezcontourf.m,
scripts/plot/ezmesh.m, scripts/plot/ezmeshc.m, scripts/plot/ezplot.m,
scripts/plot/ezplot3.m, scripts/plot/ezpolar.m, scripts/plot/ezsurf.m,
scripts/plot/ezsurfc.m, scripts/plot/feather.m, scripts/plot/figure.m,
scripts/plot/fill.m, scripts/plot/findall.m, scripts/plot/findobj.m,
scripts/plot/fplot.m, scripts/plot/gca.m, scripts/plot/gcbf.m,
scripts/plot/gcbo.m, scripts/plot/gcf.m, scripts/plot/gco.m,
scripts/plot/ginput.m, scripts/plot/graphics_toolkit.m, scripts/plot/grid.m,
scripts/plot/gtext.m, scripts/plot/guidata.m, scripts/plot/guihandles.m,
scripts/plot/hdl2struct.m, scripts/plot/hggroup.m, scripts/plot/hidden.m,
scripts/plot/hist.m, scripts/plot/hold.m, scripts/plot/ishghandle.m,
scripts/plot/ishold.m, scripts/plot/isocolors.m, scripts/plot/isprop.m,
scripts/plot/legend.m, scripts/plot/line.m, scripts/plot/linkprop.m,
scripts/plot/loglog.m, scripts/plot/loglogerr.m, scripts/plot/mesh.m,
scripts/plot/meshc.m, scripts/plot/meshgrid.m, scripts/plot/meshz.m,
scripts/plot/newplot.m, scripts/plot/orient.m, scripts/plot/pareto.m,
scripts/plot/patch.m, scripts/plot/pcolor.m, scripts/plot/peaks.m,
scripts/plot/pie.m, scripts/plot/pie3.m, scripts/plot/plot.m,
scripts/plot/plot3.m, scripts/plot/plotmatrix.m, scripts/plot/plotyy.m,
scripts/plot/polar.m, scripts/plot/print.m, scripts/plot/quiver.m,
scripts/plot/quiver3.m, scripts/plot/rectangle.m, scripts/plot/refresh.m,
scripts/plot/refreshdata.m, scripts/plot/ribbon.m, scripts/plot/rose.m,
scripts/plot/saveas.m, scripts/plot/scatter.m, scripts/plot/scatter3.m,
scripts/plot/semilogx.m, scripts/plot/semilogxerr.m, scripts/plot/semilogy.m,
scripts/plot/semilogyerr.m, scripts/plot/shading.m, scripts/plot/shg.m,
scripts/plot/shrinkfaces.m, scripts/plot/slice.m, scripts/plot/specular.m,
scripts/plot/sphere.m, scripts/plot/stairs.m, scripts/plot/stem.m,
scripts/plot/stem3.m, scripts/plot/struct2hdl.m, scripts/plot/subplot.m,
scripts/plot/surf.m, scripts/plot/surface.m, scripts/plot/surfc.m,
scripts/plot/surfl.m, scripts/plot/tetramesh.m, scripts/plot/text.m,
scripts/plot/title.m, scripts/plot/trimesh.m, scripts/plot/triplot.m,
scripts/plot/trisurf.m, scripts/plot/view.m, scripts/plot/waitbar.m,
scripts/plot/waitforbuttonpress.m, scripts/plot/waterfall.m,
scripts/plot/whitebg.m, scripts/plot/xlabel.m, scripts/plot/xlim.m,
scripts/plot/ylabel.m, scripts/plot/ylim.m, scripts/plot/zlabel.m,
scripts/plot/zlim.m: Rewrite docstrings for most plot functions.
Emphasize clarity, use common "voice", and increase density of seealso links.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 31 Jul 2013 13:53:30 -0700 |
parents | ddac88d32d6a |
children | bc924baa2c4e |
line wrap: on
line source
## Copyright (C) 2012 Martin Helm ## ## This file is part of Octave. ## ## Octave is free software; you can redistribute it and/or modify it ## under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 3 of the License, or (at ## your option) any later version. ## ## Octave is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with Octave; see the file COPYING. If not, see ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- ## @deftypefn {Function File} {} shrinkfaces (@var{p}, @var{sf}) ## @deftypefnx {Function File} {@var{nfv} =} shrinkfaces (@var{p}, @var{sf}) ## @deftypefnx {Function File} {@var{nfv} =} shrinkfaces (@var{fv}, @var{sf}) ## @deftypefnx {Function File} {@var{nfv} =} shrinkfaces (@var{f}, @var{v}, @var{sf}) ## @deftypefnx {Function File} {[@var{nf}, @var{nv}] =} shrinkfaces (@dots{}) ## ## Reduce the faces area for a given patch, structure or explicit faces ## and points matrices by a scale factor @var{sf}. The structure ## @var{fv} must contain the fields 'faces' and 'vertices'. If the ## factor @var{sf} is omitted then a default of 0.3 is used. ## ## Given a patch handle as the first input argument and no output ## parameters, perform the shrinking of the patch faces in place and ## redraw the patch. ## ## If called with one output argument, return a structure with fields ## 'faces', 'vertices', and 'facevertexcdata' containing the data after ## shrinking which can then directly be used as an input argument for the ## @command{patch} function. ## ## Performing the shrinking on faces which are not convex can lead to ## undesired results. ## ## For example, ## ## @example ## @group ## [phi r] = meshgrid (linspace (0, 1.5*pi, 16), linspace (1, 2, 4)); ## tri = delaunay (phi(:), r(:)); ## v = [r(:).*sin(phi(:)) r(:).*cos(phi(:))]; ## clf () ## p = patch ("Faces", tri, "Vertices", v, "FaceColor", "none"); ## fv = shrinkfaces (p); ## patch (fv) ## axis equal ## grid on ## @end group ## @end example ## ## @noindent ## draws a triangulated 3/4 circle and the corresponding shrunken ## version. ## @seealso{patch} ## @end deftypefn ## Author: Martin Helm <martin@mhelm.de> function [nf, nv] = shrinkfaces (varargin) if (nargin < 1 || nargin > 3 || nargout > 2) print_usage (); endif sf = 0.3; p = varargin{1}; colors = []; if (ishandle (p) && nargin < 3) faces = get (p, "Faces"); vertices = get (p, "Vertices"); colors = get (p, "FaceVertexCData"); if (nargin == 2) sf = varargin{2}; endif elseif (isstruct (p) && nargin < 3) faces = p.faces; vertices = p.vertices; if (isfield (p, "facevertexcdata")) colors = p.facevertexcdata; endif if (nargin == 2) sf = varargin{2}; endif elseif (ismatrix (p) && nargin >= 2 && ismatrix (varargin{2})) faces = p; vertices = varargin{2}; if (nargin == 3) sf = varargin{3}; endif else print_usage (); endif if (! isscalar (sf) || sf <= 0) error ("shrinkfaces: scale factor must be a positive scalar"); endif n = columns (vertices); if (n < 2 || n > 3) error ("shrinkfaces: only 2-D and 3-D patches are supported"); endif m = columns (faces); if (m < 3) error ("shrinkfaces: faces must consist of at least 3 vertices"); endif v = vertices(faces'(:), :); if (isempty (colors) || rows (colors) == rows (faces)) c = colors; elseif (rows (colors) == rows (vertices)) c = colors(faces'(:), :); else ## Discard inconsistent color data. c = []; endif sv = rows (v); ## we have to deal with a probably very large number of vertices, so ## use sparse we use as midpoint (1/m, ..., 1/m) in generalized ## barycentric coordinates. midpoints = full (kron ( speye (sv / m), ones (m, m) / m) * sparse (v)); v = sqrt (sf) * (v - midpoints) + midpoints; f = reshape (1:sv, m, sv / m)'; switch (nargout) case 0 if (ishandle (p)) ## avoid exceptions set (p, "FaceVertexCData", [], "CData", []); set (p, "Vertices", v, "Faces", f, "FaceVertexCData", c); else nf = struct ("faces", f, "vertices", v, "facevertexcdata", c); endif case 1 nf = struct ("faces", f, "vertices", v, "facevertexcdata", c); case 2 nf = f; nv = v; endswitch endfunction %!demo %! clf; %! faces = [1 2 3; 1 3 4]; %! vertices = [0 0; 1 0; 1 1; 0 1]; %! patch ('Faces', faces, 'Vertices', vertices, 'FaceColor', 'none'); %! fv = shrinkfaces (faces, vertices, 0.25); %! patch (fv); %! axis equal; %!demo %! clf; %! faces = [1 2 3 4; 5 6 7 8]; %! vertices = [0 0; 1 0; 2 1; 1 1; 2 0; 3 0; 4 1; 3.5 1]; %! patch ('Faces', faces, 'Vertices', vertices, 'FaceColor', 'none'); %! fv = shrinkfaces (faces, vertices, 0.25); %! patch (fv); %! axis equal; %! grid on; %!demo %! clf; %! faces = [1 2 3 4]; %! vertices = [-1 2; 0 0; 1 2; 0 1]; %! patch ('Faces', faces, 'Vertices', vertices, 'FaceColor', 'none'); %! fv = shrinkfaces (faces, vertices, 0.25); %! patch (fv); %! axis equal; %! grid on; %! title 'faces which are not convex are clearly not allowed' %!demo %! clf; %! [phi r] = meshgrid (linspace (0, 1.5*pi, 16), linspace (1, 2, 4)); %! tri = delaunay (phi(:), r(:)); %! v = [r(:).*sin(phi(:)) r(:).*cos(phi(:))]; %! p = patch ('Faces', tri, 'Vertices', v, 'FaceColor', 'none'); %! fv = shrinkfaces (p); %! patch (fv); %! axis equal; %! grid on; %!demo %! clf; %! N = 10; % N intervals per axis %! [x, y, z] = meshgrid (linspace (-4,4,N+1)); %! val = x.^3 + y.^3 + z.^3; %! fv = isosurface (x, y, z, val, 3, z); %! %! p = patch ('Faces', fv.faces, 'Vertices', fv.vertices, 'FaceVertexCData', ... %! fv.facevertexcdata, 'FaceColor', 'interp', 'EdgeColor', 'black'); %! axis equal; %! view (115, 30); %! drawnow; %! shrinkfaces (p, 0.6); %!shared faces, vertices, nfv, nfv2 %! faces = [1 2 3]; %! vertices = [0 0 0; 1 0 0; 1 1 0]; %! nfv = shrinkfaces (faces, vertices, 0.7); %! nfv2 = shrinkfaces (nfv, 1/0.7); %!assert (isfield (nfv, "faces")) %!assert (isfield (nfv, "vertices")) %!assert (size (nfv.faces), [1 3]) %!assert (size (nfv.vertices), [3 3]) %!assert (norm (nfv2.vertices - vertices), 0, 2*eps)