# HG changeset patch # User carandraug # Date 1319730916 0 # Node ID 75a186750b4a17212fc3ab8e213d97dd5544d239 # Parent 43d0eec6a6ace988780201ee01b46a5e82e9953b gplot3: e-mail to copyright notice diff -r 43d0eec6a6ac -r 75a186750b4a main/plot/inst/gplot3.m --- a/main/plot/inst/gplot3.m Thu Oct 27 15:51:59 2011 +0000 +++ b/main/plot/inst/gplot3.m Thu Oct 27 15:55:16 2011 +0000 @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Soren Hauberg +## Copyright (C) 2010 Soren Hauberg ## ## This program is free software; you can redistribute it and/or modify it ## under the terms of the GNU General Public License as published by @@ -46,7 +46,7 @@ zcoord = [xyz(i,3), xyz(j,3), NA(length(i),1)]'(:); if (nargout == 0) - plot3 (xcoord, ycoord, zcoord, varargin {:}); + plot3 (xcoord, ycoord, zcoord, varargin {:}); else x = xcoord; y = ycoord; @@ -72,4 +72,3 @@ %! %! ## Plot the 3D graph %! gplot3 (A, xyz); -