# HG changeset patch # User Rik # Date 1379629346 25200 # Node ID 43e0b711d7e0a7133aff61639179988f47e9628b # Parent 9e1ef7d2d21c39302797d33704dfacb8696505f8 doc: Correct accidental capitalization @var{Z} in mesh/surf docstrings. * scripts/plot/mesh.m, scripts/plot/meshc.m, scripts/plot/meshz.m, scripts/plot/surf.m, scripts/plot/surfc.m, scripts/plot/waterfall.m: Correct accidental capitalization @var{Z} in mesh/surf docstrings. diff -r 9e1ef7d2d21c -r 43e0b711d7e0 scripts/plot/mesh.m --- a/scripts/plot/mesh.m Thu Sep 19 15:21:11 2013 -0700 +++ b/scripts/plot/mesh.m Thu Sep 19 15:22:26 2013 -0700 @@ -34,7 +34,7 @@ ## Thus, columns of @var{z} correspond to different @var{x} values and rows ## of @var{z} correspond to different @var{y} values. ## -## The color of the mesh is computed by linearly scaling the @var{Z} values +## The color of the mesh is computed by linearly scaling the @var{z} values ## to fit the range of the current colormap. Use @code{caxis} and/or ## change the colormap to control the appearance. ## diff -r 9e1ef7d2d21c -r 43e0b711d7e0 scripts/plot/meshc.m --- a/scripts/plot/meshc.m Thu Sep 19 15:21:11 2013 -0700 +++ b/scripts/plot/meshc.m Thu Sep 19 15:22:26 2013 -0700 @@ -34,7 +34,7 @@ ## Thus, columns of @var{z} correspond to different @var{x} values and rows ## of @var{z} correspond to different @var{y} values. ## -## The color of the mesh is computed by linearly scaling the @var{Z} values +## The color of the mesh is computed by linearly scaling the @var{z} values ## to fit the range of the current colormap. Use @code{caxis} and/or ## change the colormap to control the appearance. ## diff -r 9e1ef7d2d21c -r 43e0b711d7e0 scripts/plot/meshz.m --- a/scripts/plot/meshz.m Thu Sep 19 15:21:11 2013 -0700 +++ b/scripts/plot/meshz.m Thu Sep 19 15:22:26 2013 -0700 @@ -34,7 +34,7 @@ ## Thus, columns of @var{z} correspond to different @var{x} values and rows ## of @var{z} correspond to different @var{y} values. ## -## The color of the mesh is computed by linearly scaling the @var{Z} values +## The color of the mesh is computed by linearly scaling the @var{z} values ## to fit the range of the current colormap. Use @code{caxis} and/or ## change the colormap to control the appearance. ## diff -r 9e1ef7d2d21c -r 43e0b711d7e0 scripts/plot/surf.m --- a/scripts/plot/surf.m Thu Sep 19 15:21:11 2013 -0700 +++ b/scripts/plot/surf.m Thu Sep 19 15:22:26 2013 -0700 @@ -34,7 +34,7 @@ ## Thus, columns of @var{z} correspond to different @var{x} values and rows ## of @var{z} correspond to different @var{y} values. ## -## The color of the surface is computed by linearly scaling the @var{Z} values +## The color of the surface is computed by linearly scaling the @var{z} values ## to fit the range of the current colormap. Use @code{caxis} and/or ## change the colormap to control the appearance. ## diff -r 9e1ef7d2d21c -r 43e0b711d7e0 scripts/plot/surfc.m --- a/scripts/plot/surfc.m Thu Sep 19 15:21:11 2013 -0700 +++ b/scripts/plot/surfc.m Thu Sep 19 15:22:26 2013 -0700 @@ -34,7 +34,7 @@ ## Thus, columns of @var{z} correspond to different @var{x} values and rows ## of @var{z} correspond to different @var{y} values. ## -## The color of the surface is computed by linearly scaling the @var{Z} values +## The color of the surface is computed by linearly scaling the @var{z} values ## to fit the range of the current colormap. Use @code{caxis} and/or ## change the colormap to control the appearance. ## diff -r 9e1ef7d2d21c -r 43e0b711d7e0 scripts/plot/waterfall.m --- a/scripts/plot/waterfall.m Thu Sep 19 15:21:11 2013 -0700 +++ b/scripts/plot/waterfall.m Thu Sep 19 15:22:26 2013 -0700 @@ -37,7 +37,7 @@ ## Thus, columns of @var{z} correspond to different @var{x} values and rows ## of @var{z} correspond to different @var{y} values. ## -## The color of the mesh is computed by linearly scaling the @var{Z} values +## The color of the mesh is computed by linearly scaling the @var{z} values ## to fit the range of the current colormap. Use @code{caxis} and/or ## change the colormap to control the appearance. ##